home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WWIVL210.ZIP / EXAMPLES.ZIP / BBSBGM.BAT < prev    next >
DOS Batch File  |  1994-04-15  |  1KB  |  50 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 BBSBGM.WSC
  15. CALL WLSET%WWIV_INSTANCE%
  16. C:
  17. CD C:\WWIV\GAMES\BACKGAMM
  18. if errorlevel = 035 goto LOCAL003
  19. if errorlevel = 030 goto CONT
  20. if errorlevel = 025 goto LOCAL002
  21. if errorlevel = 020 goto CONT
  22. if errorlevel = 015 goto LOCAL001
  23. if errorlevel = 010 goto CONT
  24. goto CONT
  25. :LOCAL003
  26. REM  *** INSTANCE 003
  27. REM    Enter LOCAL game execution command here
  28. BBSBGM %WLHANDLE%
  29. goto ENDOFBAT
  30. :LOCAL002
  31. REM  *** INSTANCE 002
  32. REM    Enter LOCAL game execution command here
  33. BBSBGM %WLHANDLE%
  34. goto ENDOFBAT
  35. :LOCAL001
  36. REM  *** INSTANCE 001
  37. REM    Enter LOCAL game execution command here
  38. BBSBGM %WLHANDLE%
  39. goto ENDOFBAT
  40. :CONT
  41. REM  WWIVlock will take care of all necessary
  42. REM  Actions to get the game running.  All you
  43. REM  need to do is enter your game command here
  44. REM  See WWIVLOCK.DOC for extra replacement
  45. REM  values you may want to use.
  46. BBSBGM
  47. :ENDOFBAT
  48. C:
  49. CD C:\WWIV
  50.