home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / msdos / batutl / ifexist.arc / DO.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-10-06  |  236 b   |  7 lines

  1. Echo Off
  2. DirOf %1
  3. Echo  
  4. If  Not ErrorLevel 1  Echo »»»═══» No Diskie in the Drive!
  5. If  ErrorLevel 1  If  Not ErrorLevel 2  Echo »»»═══» Directory Not Found: %1
  6. If  ErrorLevel 2  If  Not ErrorLevel 3  Echo *** Directory Found: %1
  7.