Search found 2 matches

by Cooldmitriy
13 Sep 2006 09:31
Forum: DOS Batch Forum
Topic: Pulling Windows2003 log files
Replies: 3
Views: 14384

Thank you DosItHelp ! For some reason I can't trim down CC portion of YYYY. YYYY:-2% doesn't seem to work I am not sure what I did wrong. Here's my entire batch file for your review: -------------------------------------------------------------------- C: call:jdate d "%date%" set /a d-=1 call:jdate2...
by Cooldmitriy
12 Sep 2006 12:51
Forum: DOS Batch Forum
Topic: Pulling Windows2003 log files
Replies: 3
Views: 14384

Pulling Windows2003 log files

I am trying to pull Windows2003 server log files via FTP. The server creates new log files every day. I need to pull them daily and always for the prior day. Example: On Monday I pull log files for Sunday, on Tuesday for Monday and so on. Log files have the following format: exYYMMDD.log I know how ...