home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
pcplus2.arc
/
DSTORM.ASP
< prev
next >
Wrap
Text File
|
1988-01-01
|
2KB
|
39 lines
;*************************************************************************
;* DSTORM.ASP (C) 1987 DATASTORM TECHNOLOGIES, INC. *
;* *
;* A sample ASPECT script file for logging onto the DATASTORM BBS. *
;* *
;*************************************************************************
CLEAR
LOCATE 0 0
BOX 0 0 4 36 14
ATSAY 2 2 14 "Logging onto the DATASTORM BBS..."
LOCATE 6 0
EMULATE ANSI ; Use ANSI-BBS emulation for ANSI graphics
IF NOT LINKED
DIAL "1" ; set to your dial dir entry for DATASTORM
ENDIF
TRANSMIT "^M" ; Transmit a Carriage return
WAITFOR "name?" ; Wait for first name prompt...
PAUSE 1 ; and wait a second...
TRANSMIT "John^M" ; Send first name
WAITFOR "name?" ; Wait for last name prompt...
PAUSE 1 ; and wait a second...
TRANSMIT "Doe^M" ; Send last name
WAITFOR "correct?" ; Wait for verification prompt...
PAUSE 1 ; wait a second...
TRANSMIT "Y" ; Send "YES"
WAITFOR "Password:" ; Wait until board asks for my password
PAUSE 1 ; wait a second longer...
TRANSMIT "demo^M" ; Send my password
ALARM 2 ; Inform user logon is complete