Hi DosItHelp,
all works fine.
thank you very mach
Search found 2 matches
- 31 Oct 2006 10:57
- Forum: DOS Batch Forum
- Topic: [solved] Rename list of files
- Replies: 4
- Views: 12440
- 24 Oct 2006 03:15
- Forum: DOS Batch Forum
- Topic: [solved] Rename list of files
- Replies: 4
- Views: 12440
[solved] Rename list of files
Hi, I'm looking for a solution for the problem how can I rename a list of files? For example: ren Table_23454423.txt 2345423.txt. This works for one file. But I have a list of files like Table_XXXXX.txt and all should be renamed in XXXXX.txt. I assume I need the command 'For' for it. But I don't kno...