On 16-11-2011 14:39, Kevin Hobbs wrote:
I would like to use a batch file to automatically startup VSPManager,
PowerSDR, and DDUTIL when the PC is powered on.
I am sure I saw discussions on this a few weeks ago . looked in the
knowledge base and google but I can find it.
Can someone please point me in the right direction.
73 Kevin
_______________________________________________
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.
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Exec("c:\Program Files\FlexRadio Systems\PowerSDR
v2.2.3\PowerSDR.exe")
WScript.Sleep(12000)
WshShell.Exec("C:\DDUtil\DataDecoder.exe")
WScript.Sleep(5000)
73s
Erik OZ4KK
_______________________________________________
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.