home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- : This batch file removes all files and the directory created by
- : by batch file FASTrun.
- :
- : Make sure we are deleting in correct dir by checking for marker file:
- IF NOT EXIST PCITK.MRK GOTO NoDel
- DEL *.MRK
- DEL *.COM
- DEL *.BAT
- CD ..
- RD ))PCITK.TMP
- GOTO End
- :NoDel
- ECHO An error has occurred...we should be in directory ))PCITK.TMP with file
- ECHO PCITK.MRK to run this file.
- :End
-