i want to make a bat file that would move the JPG files and MP4 files in my camera mem.card to new folders in My Pictures and My Videos. the new folders are supposed to be created by the batch file with name "Rename".
Here are the two lines i have been working with...
sad thing is.. that the create new folder part had to be done manually. so plz b happy to help..move I:\DCIM\100OLYMP\*.JPG "C:\users\MVBatcher\My Pictures\Rename\"
move I:\DCIM\100OLYMP\*.MP4 "C:\users\MVBatcher\My Videos\Rename\"m i right?
maybe the mkdir command? mkdir C:\users\MVBatcher\My Pictures\Rename
not sure if this is what you are missing? or if there is a need to be more specific?
mike
i made a copy bat with xcopy command.
that worked as i planned. i mean it created a new folder in my pictures.
it copied all the pics and vids in the same folder.
but in that i had to give an extra del command..XCOPY "I:\DCIM\100OLYMP\" "C:\users\MVBatcher\My Pictures\New Folder" /D /E /C /R /I /K /Y
I:\DCIM\100OLYMP\ Echo Y | Del *.*btw thanks for the new idea bro.. i'll try it too.. :)
m still learnin.. thanks again..
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |