home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cli
/
dosk
/
commands
/
lockk
< prev
next >
Wrap
Text File
|
1995-01-04
|
412b
|
20 lines
FAILAT 21
lab begin
alias rq requestfile
alias rc requestchoice
RQ >ENV:PICK TITLE="SELECT DEVICE" NEGATIVE="FORGET IT!!" DRAWERSONLY
RC >ENV:ANS "LockK ©November 1994 By Kenneth J. McCormick. All Rights Reserved" "PRESS A BUTTON" "LOCK" "UNLOCK" "BYE"
IF $ANS EQ "1"
LOCK $PICK ON
ENDIF
IF $ANS EQ "2"
LOCK $PICK OFF
ENDIF
if $ANS eq "0"
skip finish
endif
skip begin back
lab finish
UNALIAS RQ
UNALIAS RC