vbscript を使用して ajaxminy exe を呼び出すために使用するスクリプトを以下に示します。期待される '(' というエラーが表示されます。スクリプトに渡します。
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run(""C:\Program Files (x86)\Microsoft\Microsoft Ajax Minifier\AjaxMin.exe"" stroutput1 -o outputpath)
Set objShell = Nothing
WScript.Echo "Complete"