home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
mex
/
mexwelcm.lbr
/
WELCOME3.MEX
next >
Wrap
Text File
|
1985-02-09
|
1KB
|
43 lines
SET ANSWER
STAT SILENT OFF
ID ""
STAT TRIGGER ""
STAT LF ON
STAT REPLY 0
SLEEP 5
SUFFIX "^M^J"
SENDOUT "Welcome my CP/M computer, equipped with MEX"
SENDOUT "programmable communications software, v1.11"
SENDOUT "We will be transmitting a file to your computer"
SENDOUT "using XMODEM protocol. MEX can accommodate"
SENDOUT "both CRC and checksum error checking. After"
SENDOUT "the file transfer, simply type your comments,"
SENDOUT "using the terminal mode `ECHO' option so you"
SENDOUT "can see what you are typing................."
SENDOUT "PREPARE TO RECEIVE THE FILE `{1:DEFAULT.FIL}'"
SENDOUT " VIA XMODEM PROTOCOL. If you're using MEX,"
SENDOUT " receive the file with the following command:"
SENDOUT "^M^J"
SENDOUT " R {1:DEFAULT.FIL};L"
SENDOUT "^M^J"
SENDOUT "(using L instead of T will let you see your"
SENDOUT " reply as it is typed)."
SENDOUT "^J^J^J^J^J"
SENDOUT "YOU HAVE 15 SECONDS TO SET UP - AFTER THE"
SENDOUT "XFER YOU MAY TYPE A COMMENT OR MESSAGE - BYE!"
SLEEP 15
S B:{1:DEFAULT.FIL}
STAT WTECHO OFF
STAT REPLY 16
STAT WECHO 10
TERMA B:REMOTE.LOG
SENDOUT "Begin typing your comment or message, please!"
DSC
WRT
STAT WECHO 4
STAT REPLY 8
SUFFIX "^M"
STAT LF OFF
ID "[MEX]"
STAT SILENT ON
READ WELCOME3