lutinor
30th June 2011, 20:51
Hi all,
I found this line very useful :
command.com /c tree /F /A > Listing.txt
You put that in a .bat files and you get when you lauch it, you get a Listing.txt file with all name. This is very useful when you encode a very large amount of files (your command line will be faster done).
Nonetheless i have a question. With tis line you get :
Media1.mkv
Media2.mkv
Do you have in mind a way to :
Destination.264 Media 1.mkv
If it's possible you just need to copy and paste the command line and you are done
:)
I found this line very useful :
command.com /c tree /F /A > Listing.txt
You put that in a .bat files and you get when you lauch it, you get a Listing.txt file with all name. This is very useful when you encode a very large amount of files (your command line will be faster done).
Nonetheless i have a question. With tis line you get :
Media1.mkv
Media2.mkv
Do you have in mind a way to :
Destination.264 Media 1.mkv
If it's possible you just need to copy and paste the command line and you are done
:)