Anyone know how to format the command to start MS Edge from jShell?
I've tried all the ways I can think of, but shell complains as its not an exe file.
To start it from the command line is easy
start microsoft-edge:http//.....
but shell doesn't seem to like the start parameter.
I found a way round it but it's not elegant, I had to create a .bat file and from shell run "cmd.exe" and pass the parameter to Edge inside the .bat file.
I've tried all the ways I can think of, but shell complains as its not an exe file.
To start it from the command line is easy
start microsoft-edge:http//.....
but shell doesn't seem to like the start parameter.
I found a way round it but it's not elegant, I had to create a .bat file and from shell run "cmd.exe" and pass the parameter to Edge inside the .bat file.