More Awesome Than You!

TS2: Burnination => Peasantry => Topic started by: Sleepycat on 2006 December 14, 21:58:44



Title: heres a handy program that lists everything in your Downloads folder +subfolders
Post by: Sleepycat on 2006 December 14, 21:58:44
I take no credit for this, it's not mine. 

It is a very handy program when you need a list of everything in your Downloads folder +subfolders, specially when your trying to get help figuring out what hack is screwing things up.

It also gives the timestamp of the files.



Title: Re: heres a handy program that lists everything in your Downloads folder +subfolders
Post by: nectere on 2006 December 14, 22:00:31
Color me stupid, but cant you do this with DOS?


Title: Re: heres a handy program that lists everything in your Downloads folder +subfol
Post by: Sleepycat on 2006 December 14, 22:02:51
yes, but not everyone knows how to  ;)


Title: Re: heres a handy program that lists everything in your Downloads folder +subfol
Post by: dizzy on 2006 December 15, 09:44:17
Go to cmd.exe and type:

Code:
dir /s /on > listing.txt


Title: Re: heres a handy program that lists everything in your Downloads folder +subfol
Post by: nectere on 2006 December 16, 17:23:31
heh, I think you should probably change directories in DOS until you get to the downloads folder before executing that command, otherwise you are going to output the entire contents of your user profile (if that is your default starting directory in dos) :P