home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
prcm243u.arc
/
RBBS.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1986-11-04
|
2KB
|
27 lines
;**********************************************************************
;* *
;* Sample command file for automatic logon to RBBS systems *
;* *
;**********************************************************************
EMULATE ANSI ;* Use ANSI-BBS emulation for ANSI graphics *
IF NOT LINKED
DIAL "15" ;* Call dialing directory entry number 15 *
ENDIF
TRANSMIT "!" ;* Transmit several Carriage returns waiting *
PAUSE "1" ;* 1 second in between... *
TRANSMIT "!" ;* *
PAUSE "1" ;* *
TRANSMIT "!" ;* *
PAUSE "1" ;* *
TRANSMIT "!" ;* *
PAUSE "1" ;* *
TRANSMIT "!" ;* *
WAITFOR "YOUR FIRST NAME?" ;* Wait for first name prompt... *
TRANSMIT "ALBERT!" ;* Send name. *
WAITFOR "YOUR LAST NAME?" ;* Wait for last name prompt... *
TRANSMIT "EINSTEIN!" ;* Send name. *
WAITFOR "(dots echo)?" ;* Wait for RBBS password prompt... *
TRANSMIT "EMC2!" ;* Send password *
ALARM ;* Sound alarm to let you know logon is complete *