|
Hey,
Looks good, but thought i'd share my 2 cents.
For a bunch of programs, if you simply go to :
Start>>Settings>>Connections>>Connections then click on the "advanced" tab, then select networks........if you select both to "bluetooth work settings" it will actually on SOME programs, do it for you automatically. Only thing is, if there are no open connections wifi, or BT is off, it will tell you it cant connect (no biggie)
EDIT: for those few programs, it will NOT close the connection upon closing out the window. If you use the script it WILL close the connection upon closing the window.
My script was a bit less complicated than yours, perhaps yours in theory works better, but i just did the following:
If ( NOT Connected() )
Connect( "The Internet" )
EndIf
RunWait ( "\Program Files\NetFront LocationFree Player\NLFPlayer.exe" )
obviously this is only for NFL Player, but you can substitute whatever *.exe you want in there. Upon closing the window, it disconnects as well.
I think your script actually goes through all the steps. I had to do that for active sync, but for any other program, this script is much neater, no windows opening to double click, etc...... IMHO
__________________
----------------------------------------------------------------
Things my PDA Does:
1.) TomTom Nav 6 :approve:
2.) Control my home theater with Novii :approve:
3.) LocationFree TV via EVDO V3c :approve: :approve:
4.) Remote computer access via EVDO and XP pro Vaio :approve:
Last edited by VtJay22; 07-31-07 at 10:34 PM.
|