home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / DOS / NODE210.EXE / SAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-08-31  |  231 b   |  10 lines

  1. @Echo Off
  2. Cls
  3. REM This is the batch file I use with a multinode set-up for all nodes
  4. REM in which I specify the node number on the command line
  5. REM
  6. C:
  7. cd\shotgun\doors\nodeview
  8. NODEVIEW /D=C:\SHOTGUN\NODE%1\DOOR.SYS /N%1
  9.  
  10.