Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Batch script to rename files
Name: karthikrm Date: February 9, 2009 at 11:37:18 Pacific OS: Windows XP Subcategory: General
Comment:
Hi,
i want to rename all the files in my directory by stripping out the first 3 chars of the file. My files are of the type
C:\01 file1.jpg C:\02 file2.jpg
I want to change them to
C:\file1.jpg C:\file2.jpg.
Any pointers on how to write a DOS batch script to do this?
Summary: Hello! I have a bunch of files in a folder called 001_FILENAME.HTML where 001_ is always 001_ and FILENAME can be anything. I want a batch script to rename all the files to remove the 001_ and leave t...
Summary: I would like to write a batch script to find all .pst (Microsoft Outlook 2003) files that exceed the size of 1 G. The .pst files reside on a network directory (i.e. u:\%username%). My pc is a Windows...
Summary: Hello, I need some help here ;D I have two types of files in my dir, movies > .avi subtitles > .srt But for the player to show the correct subtitles, the subtitle filename must be same as movie filena...