home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- REM When RA or QBBS calls RATS, you should pass the node # on the
- REM command line if your using QBBS2.75 or RA 1.xx You should also
- REM force a memory swap if your low on memory.
- REM
- REM So you would use a type 7 exit, optional data would be
- REM *C /C RATS.BAT *N *M
- REM Node #^ ^Activate Memory Swap
- REM
- REM The Node number is picked up and passed to RATS with the %1 parameter
- REM as below. If your using an older QBBS or running single line, then
- REM ignore the *N parameter, and do NOT pass any parameters to RATS.
- REM You would simply call it as RATS121
- REM
- d:
- cd \ra\rats
- rats121 /N%1
- cd \ra
-