I have a console application that I want to send a command to, but I can't seem to break out of PP's escape characters Here is the command I want to send literal, with the quotes around param2 and the spaces between. Can't I just do a RUN or something?
What I need to send: C:\folder\app.exe param1 "param2" param3 I tried this but it doesn't work C:/folder/app.exe param1 \"param2\" param3
