I’m having issues passing arguments through ‘run’ to the windows side
To demonstrate, it looks something like this:
run C:\foo.exe /BUILD
The ‘/BUILD’ parameter is never passed to the executable. Anyone know of a way to get around this?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer, after lots of research was to pass this through a batch file – forcing ‘run’ to only execute a single cmd, passing all execution off to the batch file.