home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 1
/
crawlyvol1.bin
/
bbs
/
fmodo061
/
sendfax.dor
< prev
next >
Wrap
Text File
|
1993-06-08
|
1KB
|
56 lines
cd \faximodo
write dorinfo1.def
exec faximodo.ttp -check
cd \qbbs
cls
menu 39 \qbbs\text\fax_info.asc
IF *C=0 THEN GOTO noaccess
if *C=1 then goto low
if *C>1 then goto faximodo
goto einde
:noaccess
prompt Press [RETURN] ...
key
cls
SEND Moment, checking access and credits
SEND
send Sorry, you don't have any credits to send faxes.
send
send If you want to use this service, deposit the minimum amount of
send Hfl 10,00 on my account Giro 5068284 to my name Harrie Beuvink
send with the discription "FAX-SERVICE"
send
prompt Press [RETURN] ...
key
goto einde
:low
prompt Press [RETURN] ...
key
cls
send Sorry, you don't have enough credits to send faxes anymore.
send
send If you want to continue to use this service, deposit the
send minimum amount of Hfl 10,00 on my account Giro 5068284 to
send my name Harrie Beuvink with the discription "FAX-SERVICE"
send
prompt Press [RETURN] ...
key
goto einde
:faximodo
send Your credits now are *C cents.
send
send Mention in the "To :" field the name and phonenumber you
send want to send your fax to!! Example
send To : President Bush 053777522
send Subj : Don't forget to write te correct faxnumber...
send
menu 27 195
goto einde
:einde
cd \qbbs
exit