hi guys, When I use /run http://www.tg007.net/ or /url http://www.tg007.net/
my script uses the current opened internet window but I want my script to open a new internet window each time I click the button, how can I do it?
hi guys, When I use /run http://www.tg007.net/ or /url http://www.tg007.net/
my script uses the current opened internet window but I want my script to open a new internet window each time I click the button, how can I do it?
/run iexplore http://www.tg007.net/
My code does NOT have bugs. It just develops random features.
/run iexplore.exe http://www.tg007.net/ that should work.
My code does NOT have bugs. It just develops random features.
or, if internet exploder is not your default browser...
/url -n <url>
opens a new window.
If you have a browser that supports tabbed windows set as your default browser, such as Firefox or Maxthon, then when you use /run url it opens the link in a new tab.
or, if internet exploder is not your default browser...
/url -n <url>
opens a new window.
thank you guys but only the vexation code worked
Sign in to reply or start a new topic where your account has permission.