SSD - The Performance Upgrade of the Future
Archived from groups: microsoft.public.windowsxp.general (More info?)
I'm trying to script a batch file that renames a group of files. I'm using this setup currently: @ECHO OFF set string="string of text" rename *.file %string%*.file But what it does (and what I don't want it to do) is overtypes on the current filename. Example: input filename: this is a filename.file output filename: string of textname.file
You are about to answer a thread that has been inactive for more than 6 months.If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.