I have an application that can be execute from the command line (batch). When I run it from cmd window it works or double click on the .bat file it works as well but when I put in command in vbscript or .bat file and run it from the aspx web app, only the app is launced and the parameters not executed. This script worked in the past, I just can not seem to get it working now. Can anyone help? excertp of the code is below I tried the short way by putting the code in a .bat file and execute it using WshShell.Run, It executed but notthe parameters WshShell.Run ("""c:Program FilesIBMRationalDOORS9.3bindoors.exe"" -b DOORSDOORSWebserverdxl_programsWJTHC_DOORSSchema.dxl -p Test_SLS -u database -P passwd" )
Software/Hardware used:
ASKED:
June 20, 2012 3:16 PM
UPDATED:
June 21, 2012 3:55 PM