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 >
Wrap
DOS Batch File
|
1995-05-18
|
882b
|
22 lines
rem : for use with games.bat complete single .bat file for calling all doors
rem : create a node.bat and place in your node1 directory
call w:\pb\games.bat 1 %1
rem : ^ variable passed from type 7 command line
rem : ^ this node number
rem : ^path to games.bat file
rem : create a node.bat and place in your node2 directory
call w:\pb\games.bat 2 %1
rem : ^ variable passed from type 7 command line
rem : ^ this node number
rem : ^path to games.bat file
rem : and so on for each node
rem : remember, games.bat must be set to read only for multiple nodes
rem : use on.bat to turn on read only and off.bat to turn off for editing
rem : you can turn off read only and edit it while users are on your BBS
rem : as long as they are in a game or elsewhere and not running the .bat