Passing Arguments that require quotations
I am trying to pass an argument that requires quotation marks and am getting errors compiling because it is says itis expecting 1 argument but getting 5.
here is the example of the code:
Exec "$INSTDIR\ABC.exe /tABC0703 /d”ABC” /f”C:\Program Files\ABC\ABC.exe” /x"
how would i get this to work?
Thanks!