home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FURY1H.ZIP / GAME.ZIP / NANBATS.ZIP / NODE.BAT < prev    next >
DOS Batch File  |  1995-05-18  |  882b  |  22 lines

  1. rem : for use with games.bat complete single .bat file for calling all doors
  2.  
  3. rem :  create a node.bat and place in your node1 directory
  4. call w:\pb\games.bat 1 %1
  5. rem :                   ^ variable passed from type 7 command line
  6. rem :                ^ this node number
  7. rem :        ^path to games.bat file
  8.  
  9. rem :  create a node.bat and place in your node2 directory
  10. call w:\pb\games.bat 2 %1
  11. rem :                   ^ variable passed from type 7 command line
  12. rem :                ^ this node number
  13. rem :        ^path to games.bat file
  14.  
  15. rem : and so on for each node
  16. rem : remember, games.bat must be set to read only for multiple nodes
  17. rem : use on.bat to turn on read only and off.bat to turn off for editing
  18. rem : you can turn off read only and edit it while users are on your BBS
  19. rem : as long as they are in a game or elsewhere and not running the .bat
  20.  
  21.  
  22.