Search found 5 matches

by osramos
04 Mar 2009 18:07
Forum: DOS Batch Forum
Topic: Delete files with 60 days older
Replies: 1
Views: 4745

Delete files with 60 days older

Hi people. Don't know if it's possible to make a bat file where it can delete Zip files with a certain date or 60 days old. I checked several times the Help command on DOS but i don't see any os this. Could someone tell me is it's possible and if it is how can i do that? Thaks in advance Regards, os...
by osramos
20 Jan 2009 10:26
Forum: DOS Batch Forum
Topic: Compare Strings
Replies: 2
Views: 6678

Hi jeb,

thanks for prompt reply. I will test this and work a little more on the bat file.

Thanks again

osramos
by osramos
18 Jan 2009 18:26
Forum: DOS Batch Forum
Topic: Compare Strings
Replies: 2
Views: 6678

Compare Strings

Hello. I need some help doing a bat file The problem is this, i want to check if a log generated by TSM when finishes the backup everithyng is ok. The only thing i need to compare is this 2 lines 01/12/2009 09:24:53 Total SQL backups selected: 6 01/12/2009 09:24:53 Total SQL backups attempted: 6 01/...
by osramos
03 Oct 2008 07:18
Forum: DOS Batch Forum
Topic: Replace space with "_" in file names
Replies: 3
Views: 10304

Replace space with "_" in file names

Hi there, I need some help with this: I have some directories with *.xls files ( Hundreds ), and i was wondering if there is something to replace the space's with "_" on every file i found, or is it's more simple remove only the space between words Example: EDF Segur 200807.xls EDF Segur 2...
by osramos
27 Sep 2008 04:38
Forum: DOS Batch Forum
Topic: Search inside a Text file and compare files in directories
Replies: 1
Views: 6273

Search inside a Text file and compare files in directories

Hi, i'm new in this forum and i need some assistance. I have a text file where inside is 2 columns. One of Directories and another one with file. The goal is read the file and for each line do a "cd" for the directory and compare the name of the file within the TExt file with the one(s) in...