WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: radioman54 on September 07, 2016, 02:30:28 PM

Title: Starting Microsoft Edge
Post by: radioman54 on September 07, 2016, 02:30:28 PM
Is there any way to start Microsoft Edge from a WinBatch script?
Title: Re: Starting Microsoft Edge
Post by: td on September 07, 2016, 03:04:36 PM
Not sure why anyone would want to but this more or less works:

Code (winbatch) Select
ShellExecute('Microsoft-Edge://', '','', @normal,'')
Title: Re: Starting Microsoft Edge
Post by: snowsnowsnow on September 08, 2016, 07:16:05 AM
Some people just enjoy living on the edge.