home *** CD-ROM | disk | FTP | other *** search
- *[FOSSIL02.LIT]***************************************************************
- * Description: Removes FOSSIL support. *
- * RBBS-PC Level: CPC17.3 √ AM *
- * Module Affected: RBBS-PC.BAS *
- * Selection Option: FOSSIL = OFF *
- * Additional files: *
- ******************************************************************************
- 13549 GOSUB 13700
- IF ZLocalUser OR _
- ZModemOffHook THEN _
- GOTO 13555
- OUT ZModemCntlReg,INP(ZModemCntlReg) AND 254
- CALL DelayTime (ZDTRDropDelay)
- OUT ZModemCntlReg,INP(ZModemCntlReg) OR 1
- 13550
- 13555 ZActiveMessageFile$ = ZOrigMsgFile$
- GOSUB 12986
- GOSUB 5344
- GET 1,ZNodeRecIndex ' KG061101
- MID$(ZMsgRec$,57,1) = "I"
- MID$(ZMsgRec$,40,2) = " 0" ' KG061101
- MID$(ZMsgRec$,72,2) = " 0" ' KG061101
- PUT 1,ZNodeRecIndex
- GOSUB 12985
- CLOSE 1,2,3,4,5
- IF ZRecycleToDos THEN _
- GOTO 203
- RUN 100
-