Operators who frequently use for example their WIN Log-Book-Program can swap between MRP37 and Log program by pressing Alt+Tab Key. Example:
Example: Usage of C:\Sb16\Sb16set/p
cls
mrp37 -f11025 -mOnline -iLINE -COMx Tx37.wav
You can add any program for example an original soundbalster init program "C:/Sb16/Sb16set /P" to be executed before the mrp37 is started. Then the Mdec.bat looks like this:
C:\Sb16\Sb16set /P
cls
mrp37 -f11025 -mOnline -iLINE -COMx Tx37.wav
If you are sure that for example the Setmix.bat works proper you can include the content of Setmix.bat in the Mdec.bat Then the Mdec.bat looks like this:
Mix32 -MASTER:192 -LINE:255 -MIC:255 -MIDI:0 -VOICE:184 /r /q
Mix32 -ADC_L:LINE_L:1,LINE_R:1 -ADC_R:LINE_L:1,LINE_R:1 /q
Mix32 -OUT:LINE:1,CD:0,MIC:1 -ADCGAIN:3 -OUTGAIN:2 -AGC:ON
cls
mrp37 -f11025 -mOnline -iLINE -COMx Tx37.wav
Example: Usage of COM1 for CW sending
Still Problems? Check C-MOS setup!