The task is to launch a program using wmic process call create \"c:\\folder\\app.exe\" and have app.exe access it\'s own support files in the app
wmic process call create \"c:\\folder\\app.exe\"
app.exe
app
Run
wmic process call create /?
to get the information on why this
wmic process call create "c:\folder\app.exe","c:\folder"
should work