Hi Friends,
The command i want to send to the command prompt in File.Run action isNote that this has a string inside the set of the command switches/q:a /c:"install /q"
I have done the following to run the exe and i want the above command prompt switches to be given for the exe to run
can anyone help on this. The above syntax gives me errors prompting for wrong switches.retStat=File.Run("", SessionVar.Expand("%TEMPexe%").."\\dotnetfx.exe", "/q:a /c:\"install /q\"", SW_MINIMIZE, true);
ThankYou in advance

