home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / USURP005.ZIP / GAMEHELP.ZIP / USURPER.BAT < prev    next >
DOS Batch File  |  1994-02-27  |  829b  |  32 lines

  1. @ECHO OFF
  2. REM BATCH FILE for USURPER... Node %3
  3. REM ---------------------------------
  4. REM This batch file will only work if you pass all the related parameters
  5. REM to from your DOOR GAME menu. This Batch file is for multi-node operation.
  6. REM Batch file created by Bill McPhail, The BoardRoom BBS, Graham Wa. 98338-1185
  7. REM North American/US Usurper Registraion Site  ( 1:138/137 ) and ( 1:138/237 )
  8. if '%1'=='' goto ERROR
  9. echo First name   : %1
  10. echo Last name    : %2
  11. echo Node number  : %3
  12. echo Baud rate    : %4
  13. echo Comm port    : %5
  14. echo Graphics     : %6
  15. echo Time Left    : %7
  16.  
  17. :START
  18. BREAK OFF
  19. C:\DV\DVANSI
  20. COPY C:\BBS_DIR\DORINFO%3.DEF D:\DOORS\USURPER\DORINFO1.DEF >NUL
  21. cd\DOORS\USURPER
  22. USURPER.EXE %3
  23. goto END
  24.  
  25. :ERROR
  26. echo OOPS! No command line parameters....
  27. goto END
  28.  
  29. :END
  30. cd\BBS_DIR
  31.  
  32.