I run 4 RTLSDR dongles, one for HF, three for scanning. I start three instances of FMP24 and DSD+, one instance for each dongle. Each dongle has a seperate Scanlist and they all go on their merry way happily scanning mixed modes and doing a quite nice job of it. However, the start-up process leaves many windows open. All I really want is the FMP24 windows, 3 of them, showing me the Scanlist entries being tuned at the current moment. That way, when one finds an active frequency, stops, decodes it and plays the audio - I can at a glance see which freq is talking. Minimizing all the other windows takes a bit of time. I did see, and have experimented with the following line from the DSD+ and FMP24 manuals (text files) which does not explain, at least what I could see, the scheme used to number opened windows:
-_<num> Minimize selected windows at startup (bitmapped, 0-15) [-_0]
Can someone please explain the scheme for the window numbers? I currently run the following start-up batch file contents and you will see I use -2 and -15 and it works perfectly but I still do not understand the numbering scheme:
REM ***** Start DMR *****
CHDIR C:\_Files\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-DMR-Working-Conventional-Scanning
TIMEOUT 2
DELETE DSDPlus.bin
TIMEOUT 2
START FMP24 -i2 -o20009 -P0.0 -wsl0.0 -s1 -v150 -g47 -_2
TIMEOUT 2
START DSDPlus -e -fa -i20009 -m1 -_15
TIMEOUT 2
REM START LRRP.EXE
REM ***** Start NXDN *****
CHDIR C:\_Files\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-NXDN - Conventional - WORKS - 1 Freq\WORKING FILES - SAVE
TIMEOUT 2
DELETE DSDPlus.bin
TIMEOUT 2
START FMP24 -i3 -o20006 -P0.0 -wsl305.894 -s1 -_2
TIMEOUT 2
START DSDPlus -e -fa -i20006 -m1 -_15
TIMEOUT 2
REM START LRRP.EXE
REM ***** Start FM2 *****
REM taskkill /F /IM FMP24.exe
REM TIMEOUT 1
CHDIR C:\_Files\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-FMN Scanner\Z - SCANNER 2
TIMEOUT 1
DELETE DSDPlus.bin
TIMEOUT 1
START FMP24 -i4 -P0.0 -s1 -o20007 -wsl0.0 -g47 -_2
TIMEOUT 3
REM START DSDPlus -e -fa -i20007 -o3 -_15
START DSDPlus -e -fa -i20007 -m1 -_15
REM -o1
REM CHDIR C:\Users\jkres\OneDrive\Desktop\RADIOS
REM ***** Start ??? *****
-_<num> Minimize selected windows at startup (bitmapped, 0-15) [-_0]
Can someone please explain the scheme for the window numbers? I currently run the following start-up batch file contents and you will see I use -2 and -15 and it works perfectly but I still do not understand the numbering scheme:
REM ***** Start DMR *****
CHDIR C:\_Files\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-DMR-Working-Conventional-Scanning
TIMEOUT 2
DELETE DSDPlus.bin
TIMEOUT 2
START FMP24 -i2 -o20009 -P0.0 -wsl0.0 -s1 -v150 -g47 -_2
TIMEOUT 2
START DSDPlus -e -fa -i20009 -m1 -_15
TIMEOUT 2
REM START LRRP.EXE
REM ***** Start NXDN *****
CHDIR C:\_Files\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-NXDN - Conventional - WORKS - 1 Freq\WORKING FILES - SAVE
TIMEOUT 2
DELETE DSDPlus.bin
TIMEOUT 2
START FMP24 -i3 -o20006 -P0.0 -wsl305.894 -s1 -_2
TIMEOUT 2
START DSDPlus -e -fa -i20006 -m1 -_15
TIMEOUT 2
REM START LRRP.EXE
REM ***** Start FM2 *****
REM taskkill /F /IM FMP24.exe
REM TIMEOUT 1
CHDIR C:\_Files\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-FMN Scanner\Z - SCANNER 2
TIMEOUT 1
DELETE DSDPlus.bin
TIMEOUT 1
START FMP24 -i4 -P0.0 -s1 -o20007 -wsl0.0 -g47 -_2
TIMEOUT 3
REM START DSDPlus -e -fa -i20007 -o3 -_15
START DSDPlus -e -fa -i20007 -m1 -_15
REM -o1
REM CHDIR C:\Users\jkres\OneDrive\Desktop\RADIOS
REM ***** Start ??? *****