; Simple string startup for DriveLight+
; Only works for single devices so far.
; Use Shell to monitor several at once.
; Simon N Goodwin, 10th May 1998

requeststring title "Enter device name to monitor" "scsi.device" >t:devlights
type t:devlights >env:templights ; Strip quotes
drivelight+ $templights
delete t:devlights
delete env:templights
