I need to execute a program with the following parameters.
someProg.exe [/PATH Path] [/LM] [/S]
I have tried a few times messing around with different formats of strings but can't get anything to work. Here's a concrete example of what I'm trying to achieve.
Cheers,
ExecDos::exec /DETAILED `"$INSTDIR\someDire\someProg.exe" /PATH $INSTDIR\somedir /LM /S'
Paul