Renaming multiple files in a folder
Solved/Closed
Hurricane_G
Hurricane_G
- Posts
- 5
- Registration date
- Wednesday January 30, 2013
- Status
- Member
- Last seen
- February 5, 2013
Hurricane_G
- Posts
- 5
- Registration date
- Wednesday January 30, 2013
- Status
- Member
- Last seen
- February 5, 2013
Related:
- Renaming multiple files in a folder
- How to delete multiple files in download folder - Guide
- F2 is the shortcut key to rename the file or folder ✓ - Forum - Keyboard
- Batch script to rename files in a folder ✓ - Forum - Windows
- Which key is used to delete a file or a folder - Guide
- Print multiple files to one pdf - Guide
5 replies
Hurricane_G
Feb 3, 2013 at 09:44 AM
- Posts
- 5
- Registration date
- Wednesday January 30, 2013
- Status
- Member
- Last seen
- February 5, 2013
Feb 3, 2013 at 09:44 AM
Yes rizvisa1... u r rite in the understanding... only catch is that initial count is not fixed to 8... it could be variable length.....
However the ending date time stamp length will remain constant ie 20 (_2013-01-30-07-15-29) and yes I need to rename it to a date earlier and drop the time stamp.
KINDLY HELP!!!!!!
However the ending date time stamp length will remain constant ie 20 (_2013-01-30-07-15-29) and yes I need to rename it to a date earlier and drop the time stamp.
KINDLY HELP!!!!!!
Zohaib R
Jan 30, 2013 at 06:54 AM
- Posts
- 2368
- Registration date
- Sunday September 23, 2012
- Status
- Member
- Last seen
- December 13, 2018
Jan 30, 2013 at 06:54 AM
Hi Mohit,
Please check the below mentioned link and see if it helps:
https://ccm.net/faq/2032-renaming-multiple-files-in-batch
The article in this link explains renaming multiple files in batch.
Kindly get back if there are any further queries.
Please check the below mentioned link and see if it helps:
https://ccm.net/faq/2032-renaming-multiple-files-in-batch
The article in this link explains renaming multiple files in batch.
Kindly get back if there are any further queries.
Hurricane_G
Jan 31, 2013 at 03:44 AM
- Posts
- 5
- Registration date
- Wednesday January 30, 2013
- Status
- Member
- Last seen
- February 5, 2013
Jan 31, 2013 at 03:44 AM
Thanks Zohaib... I have browsed thru the link and found the Ant Renamer 2 software very useful. However I still willing to get a small batch code to fulfill my requirement.
Also here too I am first deleting last 19 characters and then adding required 10 characters in files.
Altough I am deeply thankful to you for this help however pls support me for the required batch script.
Also here too I am first deleting last 19 characters and then adding required 10 characters in files.
Altough I am deeply thankful to you for this help however pls support me for the required batch script.
Zohaib R
Feb 2, 2013 at 07:02 AM
- Posts
- 2368
- Registration date
- Sunday September 23, 2012
- Status
- Member
- Last seen
- December 13, 2018
Feb 2, 2013 at 07:02 AM
Hi Mohit,
I am glad to know that "Ant Renamer" helped you in fixing the issue to an extent. I will definitely try and look for the batch script. In case I find one, I will surely test it and post it here.
You can start following me on this forum, this will keep you updated if there are any updates regarding this from me.
Thanks & Regards
Zohaib R
#iworkfordell
I am glad to know that "Ant Renamer" helped you in fixing the issue to an extent. I will definitely try and look for the batch script. In case I find one, I will surely test it and post it here.
You can start following me on this forum, this will keep you updated if there are any updates regarding this from me.
Thanks & Regards
Zohaib R
#iworkfordell
Didn't find the answer you are looking for?
Ask a question
rizvisa1
Feb 3, 2013 at 06:52 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Feb 3, 2013 at 06:52 AM
From the example that you gave, it seems to me that, your file has three parts. The first 8 characters are constant, then a date and then a time. You want to keep the constant part, take the date and make it one day earlier and drop the time part?. Is this the case ?
Feb 3, 2013 at 05:46 PM
Feb 3, 2013 at 08:28 PM
Pls support!!!
Feb 4, 2013 at 07:51 AM
Copy the code in a file and save with with extension VBS
Double click on file. It will ask for a file path, give it the full path where the files are
it will loop through all files in that folder and rename it as you wanted
Feb 5, 2013 at 12:55 AM
May Godbless u!!!
:)