home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
dev
/
asm
/
tbsource
/
nbbs
/
utilities
/
dicommandlinehelp.bak
next >
Wrap
Text File
|
1993-12-21
|
624b
|
19 lines
CommandLineHelp:
;bold and color 31
print <13,10,$9b,$31,$3b,$33,$31,$6d>
print <"Utility for toggling special phoneline functions",13,10>,_stdout
print <$9b,$33,$3b,$33,$32,$6d>
print <"Digitaline 0.01a",13,10>,_stdout
print <"(C)opyright 1991 Tomi Blinnikka",13,10>,_stdout
print <$9b,$30,$3b,$33,$31,$6d,13,10>
print <"Usage: [k -turn off knock] [t -turn off call transfer]",13,10>,_stdout
print <$9b,$30,$6d,13,10>
jmp ShutDown
NoCMD: print <"Sorry, no command given.",13,10>,_stdout
jmp CommandLineHelp
UnknownCMD:
print <"Sorry, unknown command given.",13,10>,_stdout
jmp CommandLineHelp