Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch program that copy file names
Name: Pumazz Date: December 6, 2008 at 11:57:53 Pacific OS: Vista CPU/Ram: ? Product: ? / ?
Comment:
I need a bach program that can rename files to include names from other files. For example: I have a folder with 22 episodes of a tvserie, and a folder with subtitles. I want the program to takes the name from the episode and change the name to the name of the subtitels files. anyone who can help me? Sorry my bad English!
Name: dave19 Date: December 6, 2008 at 14:42:15 Pacific
Reply:
how would it know which subtitle belong to which particular episode if you have a bunch of subtitle files to choose the name from?
0
Response Number 2
Name: Pumazz Date: December 6, 2008 at 16:01:06 Pacific
Reply:
just file nummber 1 is number 1 ect.
0
Response Number 3
Name: dave19 Date: December 7, 2008 at 03:35:41 Pacific
Reply:
cd /d D:\Subtitle for /f token=1 delmis=. " %%a In ('dir /b') do ren D:\Movies\abc.avi %%a.avi its gets the name of subtitle file hopefully not the format and copies it to episode file abc.
Summary: Hi There, I am trying to figure out how to write a batch program that will take the first 4 characters of a file name (from the cd rom) and move it to the appropriate file name folder. For example, t...
Summary: Ok, I am a comp sci major and I do work study for the admin computing office on campus. Normally I write database reports on our Unix server. My boss has recently challenged me with this new project. ...
Summary: I have a batch script that copies the entire contents of a CDrom to my server and then creates a text file that is a script to import image files into our printing software. My problem is that these f...