Jump to content
Lara Croft Online Tomb Raider Forum

LARA CROFT ONLINE HOME PAGE

Recommended Posts

Posted

That will scan my file folders on the hard drives and make an alphabetical list of the content of each folder and put it in text word pad or notepad format.

I did find one called Drive Inventory and it will scan your entire hard drive or any individual file folder you choose and it will put it in Word Pad or Note Pad or Excel format but it's only good for 7 days!!

Thanks!!

Posted

That will scan my file folders on the hard drives and make an alphabetical list of the content of each folder and put it in text word pad or notepad format.

I did find one called Drive Inventory and it will scan your entire hard drive or any individual file folder you choose and it will put it in Word Pad or Note Pad or Excel format but it's only good for 7 days!!

Thanks!!

Jump into a dos box and pipe (>) dir to a txt file, like this:

C:\Users\J7\Documents> dir > MyList.txt

you can do help command

C:>Help dir

Can see /O option for sorting and other options for formating like /N

You can also import the txt file into excel and sort it.

There would be lots of ways to do to this, VB script in word or excel

use Perl, or some other scripting language, write a small prog.

WOMBAT :blink:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...