home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / RBBS_PC / 173_LIT.ZIP / FOSSIL52.LIT < prev    next >
Encoding:
Text File  |  1990-01-13  |  838 b   |  18 lines

  1. *[FOSSIL52.LIT]***************************************************************
  2. * Description: Removes FOSSIL support.                                       *
  3. * RBBS-PC Level: CPC17.3                                                √ AM *
  4. * Module Affected: RBBSSUB5.BAS                                              *
  5. * Selection Option: FOSSIL = OFF                                             *
  6. * Additional files:                                                          *
  7. ******************************************************************************
  8. 63320 SUB ShellExit (ShellTem$) STATIC
  9.       CALL DelayTime (8 + ZBPS)
  10.       CLOSE 3
  11.       OUT ZModemCntlReg,INP(ZModemCntlReg) OR 1
  12.       CLOSE 2
  13.       CALL MetaGSR (ShellTem$,ZFalse)
  14.       SHELL ShellTem$
  15.       CALL DelayTime (2)
  16.       CALL RestoreCom
  17.       END SUB
  18.