Kevin,
You do not have to worry about VSPmanager. It starts on boot-up
automatically.
As for the rest, I use a couple of VB Script files to start up the system,
one for general operation & one for contesting (different logging programs).
Here is one of the files which starts PowerSDR, DDUtil, & DXLabs:
============================
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Exec("C:\Program Files (x86)\FlexRadio Systems\PowerSDR
v2.2.3\PowerSDR.exe")
WScript.Sleep(1000)
WshShell.Exec("C:\DDUtil\DataDecoder.exe")
WScript.Sleep(1000)
WshShell.Exec("C:\DXLab\Launcher\DXLabLauncher.exe")
============================
Obviously, the WshShell.Exec commands are the ones that actually start the
programs. The WScript.Sleep commands cause the script to wait the specified
number of milliseconds before executing the next command.
Edit the file to start the apps you need & place it in any convenient folder
on your hard drive. Then place a shortcut to the file in your Startup
folder.
73, Ray, K9DUR
http://k9dur.info
_______________________________________________
Flexedge mailing list
[email protected]
http://mail.flex-radio.biz/mailman/listinfo/flexedge_flex-radio.biz
This is the FlexRadio Systems e-mail Reflector called FlexEdge. It is used for
posting topics related to SDR software development and experimentalist who are
using beta versions of the software.