home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / rats120.arj / RATS.BAT < prev    next >
DOS Batch File  |  1991-11-07  |  680b  |  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 RATS120
  14. REM
  15. d:
  16. cd \ra\rats
  17. rats120 /N%1
  18. cd \ra
  19.