17 Sep 2008 at 11:06 #1 Prophet Prophet Soldato Joined 5 Oct 2004 Posts 7,395 Location Notts I've got a few directories that have 100's of sub directories I'd like to print out. Whats the easiest way to list them and get a list printed?
I've got a few directories that have 100's of sub directories I'd like to print out. Whats the easiest way to list them and get a list printed?
17 Sep 2008 at 11:09 #2 bledd bledd Don Joined 21 Oct 2002 Posts 46,826 Location Parts Unknown dir /b >c:\files.txt also.. tree >c:\tree.txt
17 Sep 2008 at 11:11 #3 Prophet Prophet Soldato OP Joined 5 Oct 2004 Posts 7,395 Location Notts Doh, I'd forgotten the old ways of the DOSforce! Cheers mate