-
asp.net batch file call and VB.net? Help please!!!!
I'm trying to write a program that will cause a batch file to run on a server.
I can't use the AT command because you have to use Date/Time for this and
I need the batch file to run whenever the user clicks the button in the app.
I've tried PSexec but it's much too slow. Now I'm trying ASP with System.diagnostices.process.start().
It's not working. The Procces starts on the server, but the batch file
will not run. Can anyone help me with this?
-
Re: asp.net batch file call and VB.net? Help please!!!!
"david" <ddreeder@hotmail.com> wrote in
news:3db6dc66$1@tnews.web.devx.com:
>
> I'm trying to write a program that will cause a batch file to run on a
> server.
> I can't use the AT command because you have to use Date/Time for this
> and
> I need the batch file to run whenever the user clicks the button in
> the app.
> I've tried PSexec but it's much too slow. Now I'm trying ASP with
> System.diagnostices.process.start(). It's not working. The Procces
> starts on the server, but the batch file
> will not run. Can anyone help me with this?
>
>
My guess is the identity that the started process runs under has
insufficient rights to the location if the batch file.
--
Rune Bivrin
- OOP since 1989
- SQL Server since 1990
- VB since 1991
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks