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 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
- goto end
-
- :node3
- doorway.exe SYSF /S:\BBS\RA\NODE3 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
- goto end
-
- :node2
- doorway.exe SYSF /S:\BBS\RA\NODE2 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
- goto end
-
- :node1
- doorway.exe SYSF /S:\BBS\RA\NODE1 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
- :end
-