home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / RATS121.ZIP / RATS.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-12-09  |  680 b   |  19 lines

  1. @Echo Off
  2. REM     When RA or QBBS calls RATS, you should pass the node # on the
  3. REM     command line if your using QBBS2.75 or RA 1.xx  You should also
  4. REM     force a memory swap if your low on memory.
  5. REM
  6. REM     So you would use a type 7 exit, optional data would be
  7. REM     *C /C RATS.BAT *N *M
  8. REM               Node #^  ^Activate Memory Swap
  9. REM
  10. REM     The Node number is picked up and passed to RATS with the %1 parameter
  11. REM     as below.  If your using an older QBBS or running single line, then
  12. REM     ignore the *N parameter, and do NOT pass any parameters to RATS.
  13. REM     You would simply call it as RATS121
  14. REM
  15. d:
  16. cd \ra\rats
  17. rats121 /N%1
  18. cd \ra
  19.