home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
apcp37.arc
/
APCP.ASP
< prev
next >
Wrap
Text File
|
1988-03-18
|
842b
|
42 lines
log close
isfile "APCPSTRS"
if not success
clear
box 08 00 16 79 07
atsay 11 16 07 "The APCPSTRS control file is missing ..."
atsay 12 16 07 "read the INSTALLATION and OPERATION sections in ..."
atsay 13 16 07 "APCP.DOC ... "
locate 17 00
alarm
exit
endif
fopeni "APCPSTRS" text
fgets s1
fclosei
box 09 39 15 63 07
atsay 10 44 07 "- APCP Request"
atsay 12 42 07 "C - Select new CITY"
atsay 13 42 07 "E - Select new EBBS"
atsay 14 42 07 "Q - Terminate APCP"
locate 10 42
get s0 01
clear
switch s0
case "C"
substr s1 s1 00 04
execute s1
endcase
case "E"
substr s2 s1 04 05
execute s2
endcase
endswitch
box 00 00 02 79 07
atsay 01 02 07 "APCP: Terminating ... PC-Pursuit disconnecting ..."
hangup
atsay 01 02 07 "APCP: Terminated ... PC-Pursuit is disconnected ... CIAO ..."
locate 05 00
exit
return