home *** CD-ROM | disk | FTP | other *** search
File List | 1994-08-02 | 280 b | 17 lines |
- Multi-node RA set-up
- Substitute your directory names for those used in this example
-
- Add the following line to your AutoExec.Bat file:
- Set QRDB=C:\QRDB
-
- Menu type 7 data:
- *c /c c:\ra\qrdb.bat *n *m
-
- QRDB.BAT:
- @echo off
- cd\ra\node%1
- C:\QRDB\qrdb.exe
- cd\ra\node%1
-
-
-