VMware Communities
miechovy
Enthusiast
Enthusiast
Jump to solution

vmrun how to start cmd.exe with parameters

I am trying to run the Microsoft Edge browser in cmd.exe. However, I have the following problem.

My command:


vmrun ... -interactive cmd.exe "/ c start microsoft-edge: https: //google.com"

The command works. The Edge browser starts. Unfortunately, the domain https://google.com contain %22 at the end of the line. For example: https://google.com%22

Can anyone help me, how to correctly run this command?

Tags (3)
Reply
0 Kudos
1 Solution

Accepted Solutions
miechovy
Enthusiast
Enthusiast
Jump to solution

Seems that I found the solution. At the end of command line the empty space was missing. For example:

vmrun .... -interactive cmd.exe "/c start microsoft-edge:https:google.com "

google.com*"

* means empty space

That's it -:)

View solution in original post

Reply
0 Kudos
1 Reply
miechovy
Enthusiast
Enthusiast
Jump to solution

Seems that I found the solution. At the end of command line the empty space was missing. For example:

vmrun .... -interactive cmd.exe "/c start microsoft-edge:https:google.com "

google.com*"

* means empty space

That's it -:)

Reply
0 Kudos