home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cd \BBS\DOORWAY
-
- if [%1] == [1] goto node1
- if [%1] == [2] goto node2
- if [%1] == [3] goto node3
- if [%1] == [4] goto node4
- goto end
-
- :node4
- doorway.exe SYSF /S:\BBS\RA\NODE4 /N /U /V:D^U /O:T /H: /P:\BBS\RA\RAMGR.EXE
- goto end
-
- :node3
- doorway.exe SYSF /S:\BBS\RA\NODE3 /N /U /V:D^U /O:T /H: /P:\BBS\RA\RAMGR.EXE
- goto end
-
- :node2
- doorway.exe SYSF /S:\BBS\RA\NODE2 /N /U /V:D^U /O:T /H: /P:\BBS\RA\RAMGR.EXE
- goto end
-
- :node1
- doorway.exe SYSF /S:\BBS\RA\NODE1 /N /U /V:D^U /O:T /H: /P:\BBS\RA\RAMGR.EXE
- :end
-