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

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