home *** CD-ROM | disk | FTP | other *** search
- Command: DOBAT
-
- Author: Randy Winchester
-
- Date: 14 February 1993
-
- Syntax: DOBAT [d:]filename
-
- Function:
-
- DOBAT is an aid to developing batch files for CS-DOS. It simplifies
- the operations of saving the batch file in memory to disk, removing the
- previous version of the batch file from the ramdisk, and installing the
- new version of the batch file in the ramdisk. The whole process can be
- summed up in three lines:
-
- put mybat Saves "mybat" to disk. An earlier version with the
- same name is replaced.
- remove mybat Removes "mybat" from the ramdisk.
- install mybat Installs the new version of "mybat" in the ramdisk.
- Mybat is now available for testing.
-
-