punisa Posted October 13, 2008 Share Posted October 13, 2008 Hello, I've been searching all over and trying everything, but no luck : ( I need to "run" a network connection (let's say it's called: myinternet), but have no idea how to accomplish it ??? I tried executing a shortcut - doesn't work I tried using shell execute on shortcut (in my startup dir) like so: ShellExecute ( @StartupDir&"\myinternet" ) = doesn't work, but it works for everything else (exe files, notepad text files etc) I figured hot to open network connections: #include <Process.au3> _RunDOS("ncpa.cpl"&"Mobile Connect") But how can I run my specific connection? Please guys help me, I'm still learning If it can be done, can it also be run with the @SW_HIDE parameter? That would be great. Reason I need this is for my unattended computer to check if internet connection is open like every few minutes, if its not then it needs to run "myinternet" connection and... well, connect Thank you in advance ! Ask me if you need clarification ! carpe diem Link to comment Share on other sites More sharing options...
herewasplato Posted October 17, 2008 Share Posted October 17, 2008 ... I need to "run" a network connection ...Maybe this thread will helphttp://www.autoitscript.com/forum/index.ph...showtopic=65044 [size="1"][font="Arial"].[u].[/u][/font][/size] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now