.bat file help needed asap
Page 1 of 1
Steve-O 2004




Posts: 2851

PostPosted: Fri, 17th Aug 2007 22:37    Post subject: .bat file help needed asap
I have been writing simple Bat files to make tasks easier for my self but I just cant get this one to work.

I have a folders like this (just an example) -

\southpark\series1\episode1\ep1.avi
\southpark\series1\episode2\ep2.avi
etc etc

What I want is a bat file that I can put in folder \series1\ and it will move all the avi files to another folder eg C:\southpark

So far I have got this to work -

Move episode1\*.avi C:\southpark

but When I goto change episode1 to * to make it look like -

Move *\*.avi C:\southpark

to try and move all the .avi files at once from all the episode folders it wont work.

anyone got any ideas?? Manually doing it is not an option as it will take ages Razz

thanks


George W Bush -

'...more and more of our imports are coming from overseas.'
Back to top
Rinze
Site Admin



Posts: 2343

PostPosted: Fri, 17th Aug 2007 23:14    Post subject:
If it needs to be in .bat then go to a command prompt and type "for /?" you can do lists of files and directories using that.

You could also use the windows explorer, search *.avi and drag them all to the right folder in one go.
Back to top
Steve-O 2004




Posts: 2851

PostPosted: Fri, 17th Aug 2007 23:48    Post subject:
Rinze wrote:

You could also use the windows explorer, search *.avi and drag them all to the right folder in one go.


LOL, didnt think of that one Razz Works great

Thanks Smile


George W Bush -

'...more and more of our imports are coming from overseas.'
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Programmers Corner
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group