home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
basic
/
ga.arc
/
N.BAS
< prev
Wrap
BASIC Source File
|
1988-07-15
|
340b
|
8 lines
10 ' by Gary Allec, alter as you wish -
20 INPUT "Your filename for quick save : ",N$
30 KEY 5, N$+CHR$(13)
40 'For QB compiling, change line 30 to : 30 KEY 5, N$+CHR$(34)+",A"+CHR$(13)
50 'Instead of a filename, some commands will work fine ...
60 '"CLEAR" "CONT" "PRINT FRE(0)" "SCREEN 0" "STOP" "TRON" "TROFF" as examples
70 NEW