PhilipDV
29th May 2008, 10:24 PM
Oke,
I wanted to create a program that enables wifi when Internet Explorer is opened.
I found the mortscript scripts page, and I tried that program
Didn't work
I made myself one, with vjvolubilis, but that doesn't work either...
This are my codes:
While (1)
If WndExists "Internet Explorer"
Run "\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifion
Sleep 2000
If not WndExists "Internet Explorer"
Run "\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifioff
EndIf
EndIf
Sleep 2000
EndWhile
I tried to place -wifion between the ", but that didn't work either..
Now I made 2 shortcuts
pointing at "\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifioff
and
"\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifion
I called them WifiOn and WifiOff
They don't work either :(
I have a Qtek9100 with windows mobile 5.
Thanks!
I wanted to create a program that enables wifi when Internet Explorer is opened.
I found the mortscript scripts page, and I tried that program
Didn't work
I made myself one, with vjvolubilis, but that doesn't work either...
This are my codes:
While (1)
If WndExists "Internet Explorer"
Run "\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifion
Sleep 2000
If not WndExists "Internet Explorer"
Run "\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifioff
EndIf
EndIf
Sleep 2000
EndWhile
I tried to place -wifion between the ", but that didn't work either..
Now I made 2 shortcuts
pointing at "\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifioff
and
"\Storage Card\Program Files\vijay555\VJVolubilis\VJVolubilis.exe" -wifion
I called them WifiOn and WifiOff
They don't work either :(
I have a Qtek9100 with windows mobile 5.
Thanks!