You will need to create a batch file to allow your system to utilize the Audioport as well as print. This will require you to use two SYSTEM.INI files as well as two WIN.INI files. The batch file is as follows:
@ ECHO OFF
REM TO USE W p x x x x for PRINTER USE
REM W x x x x for normal use
REM to run this file, you must copy WIN.INI to WIN.PNT &
REM SYSTEM.INI to SYSTEM.PNT and have this modified NOT to support Audioport
REM also copy WIN.INI to WIN.AUD & SYSTEM.INI to SYSTEM.AUD modified for
REM the Audioport
REM also remove any ref. to load= run= that use sound ini win.pnt
REM if P is passed (upper or lower case) goto printer configuration
REM otherwise goto Audioport config.
IF '%1'=='P' GOTO PRINTER
IF '%1'=='p' GOTO PRINTER
GOTO AUDIOPORT
:PRINTER
REM once tested and sent here, shift all parameters so that when going to
REM :END all para are passed properly
SHIFT
REM copy files modified for PRINTER to *.INI for current use
COPY C:\WINDOWS\WIN.PNT C:\WINDOWS\WIN.INI >NUL
COPY C:\WINDOWS\SYSTEM.PNT C:\WINDOWS\SYSTEM.INI >NUL
GOTO END
:AUDIOPORT
REM copy files modified for AUDIOPORT to *.INI for current use
COPY C:\WINDOWS\WIN.AUD C:\WINDOWS\WIN.INI >NUL
COPY C:\WINDOWS\SYSTEM.AUD C:\WINDOWS\SYSTEM.INI >NUL
GOTO END
:END
WIN %1 %2 %3 %4
Audioport
Main Menu
All files are copyrighted ©1995 Media Vision.