TO run an Application from Batch file
From: viki (freetorn2002_at_yahoo.ca)
Date: 10/24/04
- Next message: Ken Schaefer: "Re: user accounts?"
- Previous message: Patrick.O.Ige: "Re: user account"
- Next in thread: viki: "Re: TO run an Application from Batch file"
- Reply: viki: "Re: TO run an Application from Batch file"
- Reply: Paul Clement: "Re: TO run an Application from Batch file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Oct 2004 09:34:36 -0700
Hi,
I want to run the batch file from the asp.net
web(intranet)application. The batch files works fine if it has some
copy or del command, eventhough i could not see the command window.
But if the batch file has some application for e.g., Notepad,it seems
to open the notepad as i could see it running in the task manager, but
the application hangs. But if i give exit after some time, the
application exits but the process for notepad still running in the
task manager and does nothing.
I could run the same code in the windows vb.net application, it works
fine. Do i need to set any additional privileges to the user account
to run the application in the batch file.
To be more clear, i am using Integrated authentication for windows and
impersonation identity= true . Could anyone please share with me your
ideas if u have done anything similar of this kind...
Thanks in advance,
Viki
- Next message: Ken Schaefer: "Re: user accounts?"
- Previous message: Patrick.O.Ige: "Re: user account"
- Next in thread: viki: "Re: TO run an Application from Batch file"
- Reply: viki: "Re: TO run an Application from Batch file"
- Reply: Paul Clement: "Re: TO run an Application from Batch file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|