home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / CLSND30.ZIP / clans.bat < prev    next >
DOS Batch File  |  2001-04-20  |  762b  |  31 lines

  1. @echo off
  2. REM change \TheClans to the directory where you are running The Clans from.
  3.  
  4. cd\doors\Clan
  5. REM ^Change this to The Clans directory and uncomment it.
  6.  
  7. REM The %1 simply means using "RUNCLANS.BAT 1" will run Node 1,
  8. REM "RUNCLANS.BAT 2" will run Node 2, etc.
  9. REM
  10. REM You can change the %1 to an actual number if you know what node you're
  11. REM running already.  Just remember to keep the Clans /Nx format where x is
  12. REM the node to run.  InterBBS users may wish to add /F to the command line.
  13.  
  14. if "%1" == "" GOTO LOCAL
  15. clans /i
  16. Clans /N%1
  17.  
  18. REM Not all BBSes need this line.  It just changes back to your BBS
  19. REM directory.
  20.  
  21. cd\wwiv
  22. clansnd
  23. REM ^Change this to your BBS dir and uncomment it.
  24.  
  25. GOTO DONE
  26.  
  27. :LOCAL
  28. CLANS /L
  29.  
  30. :DONE
  31.