home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / bbs / RA / DOORWAY.BAT < prev    next >
Encoding:
DOS Batch File  |  1976-11-25  |  504 b   |  25 lines

  1. @echo off
  2. cd \BBS\DOORWAY
  3.  
  4. if [%1] == [1] goto node1
  5. if [%1] == [2] goto node2
  6. if [%1] == [3] goto node3
  7. if [%1] == [4] goto node4
  8. goto end
  9.  
  10. :node4
  11. doorway.exe SYSF /S:\BBS\RA\NODE4 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
  12. goto end
  13.  
  14. :node3
  15. doorway.exe SYSF /S:\BBS\RA\NODE3 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
  16. goto end
  17.  
  18. :node2
  19. doorway.exe SYSF /S:\BBS\RA\NODE2 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
  20. goto end
  21.  
  22. :node1
  23. doorway.exe SYSF /S:\BBS\RA\NODE1 /I:WELCOME.EXT /N /U /V:D^U /C:DOS
  24. :end
  25.