However, you can obtain some additional efficiencies by compiling your batch
file or script. In some cases, you might see slightly faster executing speeds. Compiling your batch file
or script also hides the content from prying eyes, so your coding secrets remain safe. In addition,
compiling the batch file or script makes it difficult to edit; you don??™t have to worry about someone
else modifying the content of the file. Editing is a major concern in the corporate environment
where an administrator might have hundreds of machines to manage and an equal number of
curious users.
In this chapter, you??™ll learn how to do the following:
?
Edit all file types with WinVi
?
Use Notepad+ to perform editing tasks
?
Create executable batch files with Batch File Compiler 5.2
?
Develop and compile batch files with Quick Batch File Compiler
?
Understand JavaScript and VBScript compilers
?
Create and edit WSF and other script files using Script Editor 2.1
192 CHAPTER 7
EDITING AND COMPILING BATCH FILES AND SCRIPTS
Editing All File Types with WinVi
When working at the command line, you often require a versatile editor that does more than simply
edit text.
Pages:
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489