home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
367.lha
/
NComm_v1.9
/
Mbbs.script
< prev
next >
Wrap
Text File
|
1990-05-02
|
799b
|
37 lines
;
; Script for grabbing new messages from MBBS systems
; Must be executed from phonebook, or 'DIAL' command
; line must be inserted as well as password.
;
;Insert your name here
set $name = "firstname lastname"
when "--more--" send " "
converse "" "^K"
converse "FIRST name" $name"\n"
converse "(dots will echo):" "\p\n^K"
;Change character set to ISO
converse "Main Command" "U S\n"
converse "IBN" "\b\b\bISO\n"
;Get the messages...
converse "Utility Command" "GRAB\n"
;Restore character set
converse "Command" "U S\n"
converse "ISO" "\b\b\bIBN\n"
;Scan for new files
converse "Command" "F N\n"
converse ":" "\n"
capture "RAM:files" ;Save in file
wait "Command"
capture off
;Log off!
send "G Y\n"
wait "NO CARRIER"
message "\nEnd of script.\n"