Ask a Question related to ASP.NET General, Design and Development.
-
Mike John #1
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.b at")
but ,nothing happen
any reason why
Sincerely yours
Mike John
Mike John Guest
-
batch does not work to overwrite files
Hi, I would like to use a batch action to process a whole folder of jpeg files and make them smaller by using the save for web command. The idea is... -
Open file, make changes, save file, close, re-open, file contents not changed
I've now run into this several times and it's completely destroyed all of my confidence in Ilustrator CS on Mac. I'm hoping someone can confirm that... -
Batch processing does not work - BUG?
Fireworks MX - I am trying to batch process some photos to 1) export 2) resize 3) add a suffix. After selecting my options and hitting "next" the... -
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 -
Run shutdown.exe in batch file while logged off doesn't work?
Hi folks, I'm trying to use the shutdown.exe in a batch file to reboot the computer at a predesignated time, but XP doesn't want to shutdown if... -
Ray Dixon [MVP] #2
Re: How to open a batch file (didn't now work)
Hi Mike,
I would check the event logs to see if there were any error thrown (like
permissions issues) that you didn't see.
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:002d01c35124$eefdd170$a101280a@phx.gbl...> I trying to open a batch file.
> I tried the following syntax:
> System.Diagnostics.Process.start("c:\mybatchfile.b at")
>
>
> but ,nothing happen
>
> any reason why
>
> Sincerely yours
>
>
> Mike John
Ray Dixon [MVP] Guest
-
Ray Dixon [MVP] #3
Re: How to open a batch file (didn't now work)
Hi Mike,
I found [url]http://www.123aspx.com/redir.aspx?res=27860[/url] which shows using
System.Diagnostics.Process.WaitForExit() to wait for the process to end. I
hope this helps.
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:002d01c35124$eefdd170$a101280a@phx.gbl...> I trying to open a batch file.
> I tried the following syntax:
> System.Diagnostics.Process.start("c:\mybatchfile.b at")
>
>
> but ,nothing happen
>
> any reason why
>
> Sincerely yours
>
>
> Mike John
Ray Dixon [MVP] Guest



Reply With Quote

