I need either a batch file or vbs script for renaming files. I have .mp3 files named as shown below:
#001-Christina Perri-A Thousand Years
#002-Adele-Rolling In the Deep
#003-Maroon 5-Love Somebody
I need to rename the files as follows (basically stripping out the first character, the dashes, and the artist name):
001 A Thousand Years
002 Rolling In the Deep
003 Love Somebody
I know very little about batch files and scripts but I did try writing some code using info from http://ss64.com/vb/; the code produced a multitude of syntax error msgs.
If it isn't asking too much and if someone has the time, could you please provide a batch file or script that would accomplish this. I really, really need some help here.
Thank you!
#001-Christina Perri-A Thousand Years
#002-Adele-Rolling In the Deep
#003-Maroon 5-Love Somebody
I need to rename the files as follows (basically stripping out the first character, the dashes, and the artist name):
001 A Thousand Years
002 Rolling In the Deep
003 Love Somebody
I know very little about batch files and scripts but I did try writing some code using info from http://ss64.com/vb/; the code produced a multitude of syntax error msgs.
If it isn't asking too much and if someone has the time, could you please provide a batch file or script that would accomplish this. I really, really need some help here.
Thank you!