Is there an easy way to print out the contents of a folder...

Associate
Joined
24 Nov 2005
Posts
2,240
Location
Skelton in Cleveland
In windows 7?

the reason i ask is that i have all of my movies ripped now, and would like a list to work from.

Each movie is ripped to its own folder and its this information that i want to be able to print.

Any ideas?
 
some one explain this for me in laymans terms please, i need to do the same. No idea what you mean about dir, cmd etc

thanks.

all my films that i need are on a external hd and i want to be able to print the list.
 
some one explain this for me in laymans terms please, i need to do the same. No idea what you mean about dir, cmd etc

thanks.

all my films that i need are on a external hd and i want to be able to print the list.

open notepad,

type the command into it

dir /b >list.txt

and save the file as list.bat or something else.

place in the folder you want to list.

double click the list.bat file icon,

wait a second or two

the file 'list.txt' is created

click on it to open and read contents.
 
Comes from having a first PC with DOS only on it. Google 'batch commands' for a lot more commands and switches.
 
DOS 3.3 for the win.

For completion, you could replace > with >> to append to the file. It will create the output file if it's not present.
 
Back
Top Bottom