Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Print file list from explorer

  • 20-02-2005 11:00pm
    #1
    Registered Users, Registered Users 2 Posts: 2,297 ✭✭✭


    Does anyone have the name of a utility which will help me print a list of filenames from Windows Explorer. I have a lot of jpegs that I need to sort and I think having printed directory lists will help.

    BTW I can't get the search function in Boards to work.


Comments

  • Closed Accounts Posts: 4,487 ✭✭✭Kevin_rc_ie


    What i do is:

    Open up command prompt. Move to the directory you want to get the file list for, for example, "cd folder". Then type "dir/b C:\LOCATION>filename.txt "

    Where location would be the name of the folder, the full pathname. And filename.txt is any name you want for the file. If you do this, the txt file will be in that folder with a list of the entries.


  • Registered Users, Registered Users 2 Posts: 2,098 ✭✭✭aaf


    Command prompt:

    dir /s "c:\whatever_folder\" > c:\output.txt


  • Closed Accounts Posts: 920 ✭✭✭elvis2002


    as above, you can use the 'tree' function in DOS to print out the contents of every folder. Go to run, type cmd or command and then cd to the directory where you want to start a tree. You can pipe the output to a txt file too, " tree > myfile.txt "


  • Registered Users, Registered Users 2 Posts: 509 ✭✭✭butts


    If by any chance you need to rename those jpegs when sorting them out, a program that I found very useful was called 'The Rename'. You can find it at http://www.herve-thouzard.com/


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,563 Mod ✭✭✭✭Capt'n Midnight


    create a file called list2prn.bat
    dir %1 /o >lpt1
    put in the send to folder

    It will dump a sorted list of files (by name) to the default printer
    or for a two liner
    dir %1 /o /s > file.txt
    start file.txt


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 437 ✭✭Tech Overhaul


    I like JR Directory Printer. Comes in handy.


Advertisement