Jammer Posted February 22, 2005 Posted February 22, 2005 Okay i need my script to run a URL so i made this code:$regurl = IniRead("server.ini", "REG", "key" & $z, "") RunWait(@ComSpec & " /c " & "start " & $regurl , "", @SW_HIDE)but if my url is http://wow.someserver.com:8080 ... (www server is on other port)it would work if u enter this in IE or Mozzila or whatever... but when using dos this method does not work...is there any other way to make users default internet browser to load URL's with ports at theyr end?
Jammer Posted February 22, 2005 Author Posted February 22, 2005 e i try _ShellExecute('http://wow.someserver.com:8000', @SystemDIR) and i get a error btw is there anything like IRC channel? becoz im flooding the forum.... srry that i posted in the wrong place...
SlimShady Posted February 22, 2005 Posted February 22, 2005 I was disappointed when I read you post. I tried it out and I'm glad it works. #include "_ShellExecute.au3" _ShellExecute('http://wow.someserver.com:8000', @SystemDIR)
Jammer Posted February 22, 2005 Author Posted February 22, 2005 nvm got it... _ShellExecute("iexplore.exe http://lalal.lala:port", @Systemdir)
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