PDA

View Full Version : Auto Wifi On Of


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!

joemanb
30th May 2008, 05:19 PM
try AEButton plus to switch wifi on and off

http://ae.inc.ru/aebpluscline.php

vijay555
31st May 2008, 01:37 AM
Do the VJVolublis wifi functions work normally, without mortscript?
It hasn't been updated for a LONG time, so I thought they didn't work these days.

V

flaviopac
31st May 2008, 10:00 AM
Unzip and place the little app, you see as attachment, in "\device"...

Then this should work:


Runwait( "\Wifi.exe" )
Runwait( "\Windows\iexplore.exe" )
Runwait( "\Wifi.exe" )


;)

PhilipDV
1st June 2008, 03:43 PM
thanks for helping me out :D

revenque
25th January 2010, 07:41 PM
Do the VJVolublis wifi functions work normally, without mortscript?
It hasn't been updated for a LONG time, so I thought they didn't work these days.

V

Hello.
What would a script for WM6?

kastel71
26th January 2010, 07:24 AM
Unzip and place the little app, you see as attachment, in "\device"...

Then this should work:


Runwait( "\Wifi.exe" )
Runwait( "\Windows\iexplore.exe" )
Runwait( "\Wifi.exe" )


;)

[off topic]
How made that exe?
I want to make it for another app like Opera, QuickGPS etc.
I tried to open it with ResHacker but it didn't worked.