home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
mex
/
pursue.lbr
/
PURSUE.MEX
< prev
next >
Wrap
Text File
|
1985-10-28
|
640b
|
26 lines
.overlay-dependent command to set modem to auto-answer
SET ANSWER
.overlay-dependent command to shut off modem speaker
SET QUIET
.PC Pursuit tends to be noisy
STAT FILTER ON
.a personal preference
STAT BELL OFF
.minimum reply time on sendouts
STAT REPLY 1
.repeat because my modem is dense
SET QUIET
.repeat because my modem is dense
SET ANSWER
.let the modem settle down
SLEEP 2
.your local PC Pursuit access number
DIAL ???????
.clear CRT
CLS
.waste a little time
SENDOUT ""
.tell PC Pursuit your callback number
SENDOUT "xxxxxxx"
.chain to *.MEX file for the system you're calling (NO CR/LF here!)
READ {1} Purs