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