How do I command "cd C:/Users/Mansi/Downloads/ConfuserEx-CLI" and "Confuser.CLI.exe C:\Users\Mansi\Desktop\pr1.crproj" in c# code
Asked
Active
Viewed 260 times
0
-
https://stackoverflow.com/questions/1469764/run-command-prompt-commands this may help you. – Eren Peksen Mar 19 '21 at 05:15
-
Minor detail: do you really need to set the WorkingDirectory to that folder, or just start the exe that is in that folder? – Hans Kesting Mar 19 '21 at 08:43