home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / batutl / ifexist.arc / DO.BAT < prev    next >
DOS Batch File  |  1987-10-05  |  236b  |  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.