HOW to run a cmd using bigfix?

(imported topic written by jskim91)

I having trouble running this command in bigfix, Cscript.exe C:\WINDOWS\system32\iisext.vbs /EnExt “ASP.NET v2.0.50727 (32-bit)”, but when I logon to the server and run it from a cmd prompt it works, so I try using bigfix with the dos in front on the line but it did not work in bigfix, then I ran it using a batch file and it did not work using bigfix, but when I ran that batch file on the server it works, so how can I get bigfix to run the line?

(imported comment written by BenKus)

Maybe try:

waithidden cmd.exe /C Cscript.exe C:\WINDOWS\system32\iisext.vbs /EnExt “ASP.NET v2.0.50727 (32-bit)”

Ben

(imported comment written by jskim91)

Ben,

I did used the line, but still no results, do think I should used the runas cmd before?

(imported comment written by BenKus)

You should determine if the problem is the SYSTEM account:

http://forum.bigfix.com/viewtopic.php?id=1098

Ben