home *** CD-ROM | disk | FTP | other *** search
- ; should not copy when not available
- ExistsSCSIDEV DEVICE scsi.device UNIT 2 TYPE SCANNER
- IF NOT WARN
- Echo "OK Found the right DEVICE"
- Else
- Echo "Warning did not found the right DEVICE"
- EndIf
-
- ; should not copy when not available
- ExistsSCSIDEV DEVICE scsi.device UNIT 2 TYPE CDROM
- IF NOT WARN
- Echo "OK Found the right DEVICE"
- EndIf
-