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

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