Search found 2 matches

by geekpie
05 Aug 2009 03:48
Forum: DOS Batch Forum
Topic: rename files in batch program
Replies: 5
Views: 8052

Thanks that was an enormous help. The files I'm trying to rename were created in a loop earlier in the batch program. They were created using pdfcreator.exe PDFCreator.exe /NoStart /PFmyfile.ppt myfile.pdf The problem is the renaming doesn't work for those created in later iterations of the loop; th...
by geekpie
04 Aug 2009 08:42
Forum: DOS Batch Forum
Topic: rename files in batch program
Replies: 5
Views: 8052

rename files in batch program

Hi
In a certain folder, some of the filenames are like this:
xy [Compatibility Mode].pdf
abc [Compatibility Mode].pdf

I would like to rename those files
xy.pdf
abc.pdf

So far my attempts are floundering. thanks for any advice.