• The development of any software program, including, but not limited to, training a machine learning or artificial intelligence (AI) system, is prohibited using the contents and materials on this website.

video listing...

fleshbox

Member
Joined
Apr 23, 2005
Messages
67
Location
Wichita, KS
Not sure if this would be the appropriate forum, but here goes..


Does anyone know of software that will look through folders and list all the files there are? That would make it so much easier for me to list all the episodes I have...


yeah, I know I'm lazy.
 
You can use the Command Prompt :)
dir c:\folderpath > c:\folderlist.txt
cd = change dir
dir c:\folderpath >for more than one> c:\folderlist.txt

It's pretty easy to decifer, but if you have any questions ask :p
 
oi, why the heck did I not think of that... been way too long since I messed around in DOS :( I'm getting rusty.




GAH!
 
So you got it work ok then? :)
 
Top