home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / gi / wave / main.dat / wm.bat < prev    next >
DOS Batch File  |  1995-08-30  |  1KB  |  50 lines

  1. @ECHO OFF
  2. REM
  3. REM The line below is for DFT2WAV. Use it if you have a 32 bit CPU *without*
  4. REM either FPU (386/486SX) or protected mode floating point emulator.
  5. REM
  6. SET GO32=EMU C:\WM\EXE\EMU387 NODPMI
  7. REM
  8. REM The line below is for DFT2WAV. Use it if you have a 32 bit CPU *with*
  9. REM either a FPU (486DX+) or a protected mode emulator.
  10. REM
  11. REM SET GO32=NODPMI
  12. REM
  13. CTTY NUL
  14. REM
  15. REM The following line copies the menu manager's INI files saved in the
  16. REM previous session to the runtime temporary directory.
  17. REM
  18. REM COPY Temp\*.INI <Fast Temp. Directory>
  19. REM
  20. REM The following line makes sure that the resident part of PRINT is installed.
  21. REM
  22. PRINT /D:PRN
  23. REM
  24. REM The following line initializes your Sound Blaster card.
  25. REM
  26. REM EXE\SBset /M 200 /W 200
  27. REM
  28. CTTY CON
  29. REM
  30. REM The following two lines put up the start screen and play the WM jingle.
  31. REM
  32. REM EXE\imgPut /e EXE\WMsun
  33. REM EXE\WAVter EXE\WMintro
  34. REM
  35. REM Let's go!
  36. REM
  37. EXE\WMmain %1 %2 %3 %4 %5 %6 %7 %8 %9
  38. REM
  39. CTTY NUL
  40. REM
  41. REM The following line saves the menu manager's INI files for the next session.
  42. REM
  43. REM COPY <Fast Temp. Directory>\*.INI Temp
  44. REM
  45. REM Some cleanup...
  46. REM
  47. REM DEL <Fast Temp. Directory>\*.INI
  48. REM DEL <Fast Temp. Directory>\FnDelta.TXT
  49. CTTY CON
  50.