home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
dosk-1.0.lha
/
DosK
/
Commands
/
RunK
< prev
next >
Wrap
Text File
|
1995-01-04
|
428b
|
20 lines
FAILAT 40
LAB KEN
REQUESTFILE >ENV:PICK TITLE="RUN/EXECUTE FILE OR PROGRAM" NEGATIVE="FORGET IT!!" MULTISELECT
REQUESTCHOICE >ENV:ANS "RunK ©November 1994 By Kenneth J. McCormick. All Rights Reserved." "RUN OR EXECUTE A FILE OR PROGRAM" "RUN" "EXEC" "MULTITASK" "BYE"
IF $ANS EQ "1"
RUN $PICK
ENDIF
IF $ANS EQ "2"
EXECUTE $PICK
ENDIF
IF $ANS EQ "3"
RUN EXECUTE $PICK
ENDIF
IF $ANS EQ "0"
SKIP DONE
ENDIF
skip Ken Back
LAB DONE