home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DORMAN13.ZIP / DOOR1.BAT < prev    next >
DOS Batch File  |  1995-01-27  |  518b  |  20 lines

  1.  
  2. This is a sample bat for a 2 node system...
  3.  
  4. c:
  5. cd c:\wildcat\doorman
  6. If "%WCNODEID%"=="1" c:\wildcat\doorman\doorman *01 /NR #01
  7. '*** Tells DM to Update Game #1 , NO RIP, Use dmcfg.001
  8.  
  9. If "%WCNODEID%"=="0" c:\wildcat\doorman\doorman *01 /NR #00
  10. '*** Tells DM to Update game #1, NO RIP, Use dmcgf.000
  11.  
  12. ' NOW RUN your Game as you normaly would
  13. d:
  14. cd d:\wildcat\door\surival
  15. IF "%WCNODEID%"=="1"  surival node1.cfg
  16. IF "%WCNODEID%"=="0"  surival node0.cfg
  17. c:
  18. CD C:\wildcat\WCWORK\NODE%WCNODEID%
  19. EXIT
  20.