| |
matty_g
Posts: 93
Score: 0
Joined: 1/19/2005
From:
Status: offline
|
I am trying to run an executable file in ASP it is not a permissions issue as I am running it locally and here is what I have... <% Dim objShell, strCommand,strDatabase set strCommand="C:\OpenMSMDemo6060\Server\Utilities\opimport.exe" set objShell=Server.CreateObject("WScript.Shell") objShell.Run (strCommand, 0, False) Set objShell=Nothing %> can you tell me where im going wrong???
|
|