home *** CD-ROM | disk | FTP | other *** search
/ back2roots/filegate / filegate.zip / filegate / ads / adsutils / EXSTSSCS.LHA / ExistsSCSIDEV.testscript < prev    next >
Encoding:
Text File  |  2001-09-21  |  338 b   |  14 lines

  1. ; should not copy when not available
  2. ExistsSCSIDEV DEVICE scsi.device UNIT 2 TYPE SCANNER
  3. IF NOT WARN
  4.   Echo "OK Found the right DEVICE"
  5. Else
  6.   Echo "Warning did not found the right DEVICE"
  7. EndIf
  8.  
  9. ; should not copy when not available
  10. ExistsSCSIDEV DEVICE scsi.device UNIT 2 TYPE CDROM
  11. IF NOT WARN
  12.   Echo "OK Found the right DEVICE"
  13. EndIf
  14.