I run the following batch file from a shortcut which gives me one-click access to the National Weather Service broadcast. I sometimes, but not always, get theFMP24 error message listed above. I didn't think my batch file was trying to create an event log file.
CHDIR C:\_FILES\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-p25
DELETE DSDPlus.bin
START FMP24 -i2 -o1 -P0.0 -f162.400 -b12.5 -n1
START DSDPlus -r1 -e -T -E -Pwav -i20001 -O NUL -_11
What am I missing? Thanks!
CHDIR C:\_FILES\SDR - Software Defined Radio\sdrsharp-x86\dsd+FASTLANE-p25
DELETE DSDPlus.bin
START FMP24 -i2 -o1 -P0.0 -f162.400 -b12.5 -n1
START DSDPlus -r1 -e -T -E -Pwav -i20001 -O NUL -_11
What am I missing? Thanks!