home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
util
/
misc
/
where_k
/
commands
/
lockk
< prev
next >
Wrap
Text File
|
1995-02-27
|
422b
|
22 lines
FAILAT 21
lab begin
alias rc requestchoice
RQ >ENV:PICK TITLE="SELECT DEVICE" NEGATIVE="FORGET IT!!" DRAWERSONLY
RC >ENV:ANS "LockK Amend#1 ©November 1994 By Kenneth J. McCormick. All Rights Reserved" "PRESS A BUTTON" "LOCK" "UNLOCK" "BYE"
IF $ANS EQ "1"
LOCK on $PICK
ENDIF
IF $ANS EQ "2"
LOCK off $PICK
ENDIF
if $ANS eq "0"
skip finish
endif
alias rq requestfile
skip begin back
lab finish
UNALIAS RQ
UNALIAS RC