home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WWIVL210.ZIP / EXAMPLES.ZIP / MECHWARS.BAT < prev    next >
DOS Batch File  |  1994-04-16  |  1KB  |  41 lines

  1. @ECHO OFF
  2. REM    SKELETON.BAT
  3. REM    *
  4. REM    Remember to change your game to point to the
  5. REM    Drop file in the game directory for single
  6. REM    instance games, or to the directory you
  7. REM    specified in your configuration for
  8. REM    mulit-instance games.
  9. REM    If the drop file name or path can be specified
  10. REM    on the game command line, you may
  11. REM    use %WLDROP% in place of the name.
  12. REM    See WWIVLOCK.DOC for more information.
  13. REM  *
  14. REM  The next line loads BNU.  If you load it in
  15. REM  your AUTOEXEC.BAT, then remove the next line
  16. BNU
  17. REM    *
  18. WWIVLOCK MECHWARS.WSC
  19. CALL WLSET%WWIV_INSTANCE%
  20. C:
  21. CD C:\WWIV\GAMES\MW
  22. :CONT
  23. REM  WWIVlock will take care of all necessary
  24. REM  Actions to get the game running.  All you
  25. REM  need to do is enter your game command here
  26. REM  See WWIVLOCK.DOC for extra replacement
  27. REM  values you may want to use.
  28. MECHWARS.EXE /4
  29. CD C:\WWIV\GFILES\GAMES
  30. del musers.ans
  31. del musers.avt
  32. del mteams.ans
  33. del mteams.avt
  34. :ENDOFBAT
  35. C:
  36. CD C:\WWIV
  37. REM  The next line UNLOADS BNU. If you load it in
  38. REM  your AUTOEXEC.BAT, then remove the next line
  39. BNU /U
  40.  
  41.