home *** CD-ROM | disk | FTP | other *** search
- XenneX Enterprises CIS: 71210,2524
- 2870 E. 33rd St.
- Tulsa, OK 74105
-
- BATDEL User's guide
-
- BATDEL is a simple utility which allows batch files to
- delete themselves after running. To use BATDEL, simply
- make it the last command in the batch file, and supply
- it with the name of the batch file. For example, in
- the TEST.BAT file:
-
- date
- time
- batdel test.bat
-
- When BATDEL is executed, it loads itself into memory
- and waits for the batch file to finish. After the
- batch file has finished, BATDEL will delete the file
- which is passed to it and remove itself from memory.
-
- Since BATDEL is memory-resident, you can delete the
- BATDEL program after it is installed if you wish. For
- example:
-
- date
- time
- batdel test.bat
- del batdel.com
-
- BATDEL is a very simple program and provides no error
- messages. If it cannot find the specified file, it
- will simply terminate without telling you.
-
- If you have any problems with BATDEL, please let me
- know.