Ask a Question related to ASP.NET General, Design and Development.
-
Mike John #1
How to run a batch file.
I want to run a batch file located on my c drive
file: C:\mybatchfile.bat
sincerely yours
Mike John
Mike John Guest
-
TO run an Application from Batch file
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,... -
scheduled batch file does not run
I am running a batch file that basically uses xcopy to copy files to a network share. I have scheduled it to run under the domain administrator... -
Cant run batch file from .asp under iis6
what's in the BAT? -- ---------------------------------------------------------- Curt Christianson (Software_AT_Darkfalz.Com) Owner/Lead... -
How to open a batch file (didn't now work)
I trying to open a batch file. I tried the following syntax: System.Diagnostics.Process.start("c:\mybatchfile.bat") but ,nothing happen any... -
Login batch file
We run a NT4 server with our workstations running Win98. We have a batch file that runs a log on script when each user logs into the network. The... -
Saravana #2
Re: How to run a batch file.
You can try with System.Diagnostics.Process.start("c:\mybatchfile.b at")
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:0be301c35117$bc8c6100$a401280a@phx.gbl...> I want to run a batch file located on my c drive
> file: C:\mybatchfile.bat
>
> sincerely yours
>
>
> Mike John
Saravana Guest



Reply With Quote

