home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WWIVL210.ZIP / EXAMPLES.ZIP / BRE.BAT < prev    next >
DOS Batch File  |  1994-04-15  |  810b  |  29 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. WWIVLOCK BRE.WSC
  15. CALL WLSET%WWIV_INSTANCE%
  16. C:
  17. CD C:\WWIV\GAMES\BARREN
  18. :CONT
  19. REM  WWIVlock will take care of all necessary
  20. REM  Actions to get the game running.  All you
  21. REM  need to do is enter your game command here
  22. REM  See WWIVLOCK.DOC for extra replacement
  23. REM  values you may want to use.
  24. SRDOOR
  25. BRE
  26. :ENDOFBAT
  27. C:
  28. CD C:\WWIV
  29.