eitan Posted October 25, 2005 Posted October 25, 2005 hi i have been trying to accomplish the following: send a url with parameters to an asp page without opening an IE window. what i am doing is writing a script to send sms messages over the web through my account. i tried: run("rundll32 url.dll,FileProtocolHandler http://www.mysite.com/index.asp"&$url) and it works fine...but opens an explorer window to perform the task. i want it to work "clean" just from inside the script thanks
BigDod Posted October 25, 2005 Posted October 25, 2005 hi i have been trying to accomplish the following: send a url with parameters to an asp page without opening an IE window. what i am doing is writing a script to send sms messages over the web through my account. i tried: run("rundll32 url.dll,FileProtocolHandler http://www.mysite.com/index.asp"&$url) and it works fine...but opens an explorer window to perform the task. i want it to work "clean" just from inside the script thanksYou could try adding ,@SW_HIDE to the end off the run command. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
eitan Posted October 25, 2005 Author Posted October 25, 2005 You could try adding ,@SW_HIDE to the end off the run command.doesnt work but thanks
tonedeaf Posted October 25, 2005 Posted October 25, 2005 Look here: http://www.autoitscript.com/forum/index.php?showtopic=13398
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