Search found 3 matches

by Speerdo
28 Jun 2012 11:34
Forum: DOS Batch Forum
Topic: Beginner problem w/ findstr
Replies: 5
Views: 4868

Re: Beginner problem w/ findstr

Liviu,

thanks for the help! I will read up on the info you posted and do my best! If I need further assistance I will post again.


Thanks again for the help. I'm always blown away by the willingness of complete strangers on forums to help out those in need.
by Speerdo
28 Jun 2012 10:32
Forum: DOS Batch Forum
Topic: Beginner problem w/ findstr
Replies: 5
Views: 4868

Re: Beginner problem w/ findstr

Are the audio files in a subdirectory tree? They're all in one directory folder When a file gets processed by your software, does it keep the same name and change the extension? The file has a date in it, so basically the file would change from filename_6_22_2012 to filename_6_25_2012. The extension...
by Speerdo
27 Jun 2012 15:25
Forum: DOS Batch Forum
Topic: Beginner problem w/ findstr
Replies: 5
Views: 4868

Beginner problem w/ findstr

I apologize in advance if this has been discussed in another post. My broad problem: I have a directory of audio files. When a file gets updated by an XML software program, the old audio file does not get automatically deleted, which leads to a ton of files sitting around. We need a script that can ...