home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
ovladace
/
microcom
/
w95_336
/
w95_336.exe
/
install.exe
/
SCRIPTS.ZIP
/
MICROCOM.SCR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-09-30
|
350 b
|
18 lines
REM MICROCOM.SCR
REM
REM Script created to logon to the Microcom BBS
REM Created for use with FaxWorks Terminal
DESCRIPTION Microcom BBS
100 WAITFOR 50000, ": "
CPRINT microcomname$
WAITFOR 5000, "Is this correct? "
CPRINT "Y";
WAITFOR 10000, "Enter Your Password:"
CPRINT microcompassword$
200 END