Saved Bookmarks
| 1. |
Solve : Adding a word to a file's name with CP, how?? |
|
Answer» CP: Command Prompt Is there a command I could use to add a word to the name of a file? I know I can replace, but I need to add instead. What complicates things is that I need to do this for many files in a given directory, each with a DIFFERENT name (longer than 8 characters). Thanks in advance, DPCOnly thing I could see doing it with would be environment variables, for-in-do loop with incrementing values, and maybe a couple of oddball little freeware utilities from the DOS batchware SITES...I ended up doing the TASK with Bulk Rename Utility. It would've been nice to do it with only DOS though. Assuming it wasn't too complex, otherwise it wouldn't be practical nor simple. Thanks for the INFO MalikTous DPC |
|