SmartSDR v4.2.20 | SmartSDR v4.2.20 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
-
Mike-VA3MW Administrator, FlexRadio Employee, Community Manager, Super Elmer, Moderator adminOptionsI 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
- 401 Community Topics
- 2.2K New Ideas
- 681 The Flea Market
- 8.6K Software
- 194 SmartSDR+
- 6.6K SmartSDR for Windows
- 197 SmartSDR for Maestro and M models
- 456 SmartSDR for Mac
- 278 SmartSDR for iOS
- 268 SmartSDR CAT
- 218 DAX
- 393 SmartSDR API
- 9.6K Radios and Accessories
- 98 Aurora
- 339 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 991 Maestro
- 58 FlexControl
- 872 FLEX Series (Legacy) Radios
- 965 Genius Products
- 480 Power Genius XL Amplifier
- 353 Tuner Genius XL
- 132 Antenna Genius
- 319 Shack Infrastructure
- 224 Networking
- 482 Remote Operation (SmartLink)
- 144 Contesting
- 845 Peripherals & Station Integration
- 147 Amateur Radio Interests
- 1.1K Third-Party Software



