home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM
- REM The line below is for DFT2WAV. Use it if you have a 32 bit CPU *without*
- REM either FPU (386/486SX) or protected mode floating point emulator.
- REM
- SET GO32=EMU C:\WM\EXE\EMU387 NODPMI
- REM
- REM The line below is for DFT2WAV. Use it if you have a 32 bit CPU *with*
- REM either a FPU (486DX+) or a protected mode emulator.
- REM
- REM SET GO32=NODPMI
- REM
- CTTY NUL
- REM
- REM The following line copies the menu manager's INI files saved in the
- REM previous session to the runtime temporary directory.
- REM
- REM COPY Temp\*.INI <Fast Temp. Directory>
- REM
- REM The following line makes sure that the resident part of PRINT is installed.
- REM
- PRINT /D:PRN
- REM
- REM The following line initializes your Sound Blaster card.
- REM
- REM EXE\SBset /M 200 /W 200
- REM
- CTTY CON
- REM
- REM The following two lines put up the start screen and play the WM jingle.
- REM
- REM EXE\imgPut /e EXE\WMsun
- REM EXE\WAVter EXE\WMintro
- REM
- REM Let's go!
- REM
- EXE\WMmain %1 %2 %3 %4 %5 %6 %7 %8 %9
- REM
- CTTY NUL
- REM
- REM The following line saves the menu manager's INI files for the next session.
- REM
- REM COPY <Fast Temp. Directory>\*.INI Temp
- REM
- REM Some cleanup...
- REM
- REM DEL <Fast Temp. Directory>\*.INI
- REM DEL <Fast Temp. Directory>\FnDelta.TXT
- CTTY CON
-