perfect!
Thanks Squash!
Search found 3 matches
- 10 Dec 2014 09:00
- Forum: DOS Batch Forum
- Topic: Renaming Unknown files
- Replies: 4
- Views: 2074
- 10 Dec 2014 08:23
- Forum: DOS Batch Forum
- Topic: Renaming Unknown files
- Replies: 4
- Views: 2074
Re: Renaming Unknown files
%%G was unexpected at this time.
When I run what you gave me... is there something else I need to do prior to that command to identify the %%G parameter?
can you explain what the pushd and pops commands are doing?
When I run what you gave me... is there something else I need to do prior to that command to identify the %%G parameter?
can you explain what the pushd and pops commands are doing?
- 10 Dec 2014 07:13
- Forum: DOS Batch Forum
- Topic: Renaming Unknown files
- Replies: 4
- Views: 2074
Renaming Unknown files
So I have a program generating txt files sequencially. I need to rename these files once another process runs, so that the process doesn't grab the same file more than once. If I have a file generating A1####.txt, Is it possible to rename these files using a wildcard bat script? I tried something li...