May
17
Another possibility is to start and stop the SDR console script-controlled. In this case, the SDR console is started after the idle state. When the recording is finished, the programme is terminated and the PC is put into hibernation mode. I use this option to protect the SDR console from possible errors. They can occur if the console is opened and taken into hibernation mode.
Script for exiting:
@echo
cls
taskkill /IM "SDR Console.exe" /T /F
exit
I integrated the script into the WOSB software with a "bat to exe converter". This software can also be used to initialise the start of the console.
The script technique works flawlessly and also in operation with 2 SDRs, which record at two antennas at different times.
Start of another instance: C:\Program Files\SDR-Radio.com (V3)\SDR Console.exe /ident=2
Script for exiting:
@echo
cls
taskkill /IM "SDR Console.exe" /T /F
exit
I integrated the script into the WOSB software with a "bat to exe converter". This software can also be used to initialise the start of the console.
The script technique works flawlessly and also in operation with 2 SDRs, which record at two antennas at different times.
Start of another instance: C:\Program Files\SDR-Radio.com (V3)\SDR Console.exe /ident=2
