SmartSDR v4.2.18 | SmartSDR v4.2.18 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
If you are needing assistance with FlexRadio products, please refer to the product documentation or check the Help Center for known solutions. Need technical support from FlexRadio? It's as simple as creating a HelpDesk ticket.
Starting SmartSDR with a (Win 11) Batch File
Under Win 10, I always started up SmartSDR and a couple of helper apps with a single batch file. However, the same batch file doesn't seem to work under Win 11 (the helper apps start OK). This is the line that worked OK under Win 10:
C:\Users\kj3p\xxxxxxx>start C:\Program Files\FlexRadio Systems\SmartSDR v4.1.5\SmartSDR.exe --serial-xx-xx-xx-xx
Any ideas?
—jim
Answers
-
I would drop this question into an AI like ChatGPT and have it build the Batch file for you. I have found that to be very successful.
0 -
Hi Jim, here is the line in my .bat file that works under Win 10. Try this in Win 11 and see if it works:
Start "" "C:\Program Files\FlexRadio Systems\SmartSDR v4.1.5\SmartSDR.exe"
The double quotes around the executable path are missing in your example. I can't remember if they are absolutely necessary, but eons ago I found an example with them and have been doing it this way ever since. I forget what the null parameter is at the beginning, but that might be the issue as well.
0 -
I believe the quotes are necessary if there are spaces in the path.
0 -
I finally got the batch file working sing my original coding, but I think it had something do with OneDrive hosting the batch file. I stopped the (default) backup of the desktop screen, and ran the batch directly from the computer. Works fine, but I can't explain why.
Thanks for all your help!
0 -
This is not the only issue with Onedrive!
0 -
Two notes: With SmartSDR 4.2.x the path changes. And, if you want to avoid your batch file trying to start something that is already running, look at this snippet:
REM ===============================================================
REM Next, MAKE SURE Flex-DAX and Flex-CAT are running.
REM ===============================================================
REM Check if already running:
tasklist|find /i "DAX.exe" >NUL
REM If not, go ahead and start:
if errorlevel 1 (start "" "C:\Program Files\SmartSDR v4.2.18\DAX.exe")
…You can do the same for any other programs:
cd C:\DDUtil_V4
tasklist|find /i "DDUtil_V4.exe" >NUL
if errorlevel 1 (start "" "C:\DDUtil_V4\DDUtil_V4.exe")cd "C:\Program Files (x86)\FRStack3"
tasklist|find /i "FRStack.exe" >NUL
if errorlevel 1 START "" "C:\Program Files (x86)\FRStack3\FRStack.exe"Neal
0 -
Yes, I eventually discovered that the root folder for SmartSDR 4.2x had changed.
And thanks for the batch snippet…I'll give it a try today. A frustrated coder wannabe, I love these things that I actually understand <g>.
—Jim
0
Leave a Comment
Categories
- All Categories
- 392 Community Topics
- 2.2K New Ideas
- 665 The Flea Market
- 8.5K Software
- 172 SmartSDR+
- 6.5K SmartSDR for Windows
- 190 SmartSDR for Maestro and M models
- 446 SmartSDR for Mac
- 275 SmartSDR for iOS
- 266 SmartSDR CAT
- 214 DAX
- 387 SmartSDR API
- 9.5K Radios and Accessories
- 68 Aurora
- 310 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 980 Maestro
- 58 FlexControl
- 869 FLEX Series (Legacy) Radios
- 952 Genius Products
- 474 Power Genius XL Amplifier
- 349 Tuner Genius XL
- 129 Antenna Genius
- 310 Shack Infrastructure
- 217 Networking
- 473 Remote Operation (SmartLink)
- 143 Contesting
- 829 Peripherals & Station Integration
- 145 Amateur Radio Interests
- 1.1K Third-Party Software




