I am trying to automate installation of applications. Specific exe files have slight differences in their input parameter. So, I am trying to parse the list programmatically.
For that, I would need to result of Setup.exe /?
or Setup.exe /help
in a txt, csv etc.,
Currently, the result will come as a pop-up toast, which cannot be inputted to a program.