Jump to content

Recommended Posts

Posted

Hi, I would like a script to open Edge and navigate to 2 different pages

Open Edge tab 1 www.MyHomePage.com,  Tab 2 www.google.com

Thank you, John

Posted (edited)

Look up the ShellExecute(), Run(), or RunDos() functions in the help file to see some of the ways to launch a command.  For the actual command, use the link below.  To open additional tabs, you can execute the command again for each tab you would like to open.
 

http://lmgtfy.com/?s=d&q=how+to+start+microsoft+edge+from+command+line

Search engines can be very useful tools.  :D

Edited by TheXman
Corrected typo and added a little more info.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...