Re: logging batch files
From: Rob P (rob_polcyn_at_yahoo.com)
Date: 04/01/04
- Next message: Marcelo López: "CACLS"
- Previous message: Jerold Schulman: "Re: Re: String Indexing"
- In reply to: Joe Vaughan: "logging batch files"
- Next in thread: Matthias Tacke: "Re: logging batch files"
- Reply: Matthias Tacke: "Re: logging batch files"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Apr 2004 10:04:02 -0500
Jerold replied to my similar post several days ago with the following
information. It was exactly what I was looking for.
@ECHO ON
call :Logit>>batch.log 2>&1
exit /b 0
:Logit
COMMAND 1
COMMAND 2
ETC
Rob
"Joe Vaughan" <jvaughan@locktonrisk.com> wrote in message
news:171cb01c417ef$edeea880$a101280a@phx.gbl...
> Is there a way to log everything from the beginning of a
> batch file to the end while it processes? I want to
> capture the progress of batch files in a log. Any idea
> how?
- Next message: Marcelo López: "CACLS"
- Previous message: Jerold Schulman: "Re: Re: String Indexing"
- In reply to: Joe Vaughan: "logging batch files"
- Next in thread: Matthias Tacke: "Re: logging batch files"
- Reply: Matthias Tacke: "Re: logging batch files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|