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 all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
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

Noting files on an External Hard Drive

  • 01-02-2008 3:01pm
    #1
    Site Banned Posts: 5,676 ✭✭✭


    Hi all,
    Not sure if this is the right place to ask but here goes:

    I have an EHD full of AVI format files, and I want to know exactly what I have in there, without having to get a pen and paper and go through them all individually,
    Is it possible to "scan" the folder and "print/copy/paste" out a list of the file names somewhere? prehaps onto notepad?

    I'd appreciate and responses.
    Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 2,426 ✭✭✭ressem


    Press the windows key together with R, to bring up the run dialog.

    In the dialog box that appears in the bottom left of the screen,
    type
    cmd
    

    In the black window that appears type
    dir /S /B e: > c:\yourremovabledrivelist.txt
    

    Change the "E:" to whatever your external drive path is.
    This will create a file at the location c:\yourremovabledrivelist.txt
    which can be opened with notepad or whatever, containing every unhidden file under E:, including location.


  • Site Banned Posts: 5,676 ✭✭✭jayteecork


    Thanks much ressem.
    However I did everything you stated above but was met with an "access is denied" message.
    Any ideas?


  • Registered Users, Registered Users 2 Posts: 17,727 ✭✭✭✭Sherifu


    What's your OS?


  • Site Banned Posts: 5,676 ✭✭✭jayteecork


    Vista 32 Bit Home Premium.


  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo


    Run the CMD application as admininstrator, start>search cmd and right click the result andrun as admin, then follow ressems suggestion ;)

    Nick


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 17,727 ✭✭✭✭Sherifu


    Are you using an admin command prompt?, that's probably what's giving you the error.


  • Site Banned Posts: 5,676 ✭✭✭jayteecork


    Savage Lads.
    that did the trick. Exactly what I wanted.


  • Site Banned Posts: 5,676 ✭✭✭jayteecork


    One more thing.
    I'm trying to do the same thing with a folder on my actual computer harddrive.
    I'm entering "dir /S /B c:\Users\**My Name**\Desktop\Media > c:medialist.txt"
    However I get the message "system cannot find the path specified"

    Any ideas?
    Thanks


  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo


    Try:
    dir /S /B desktop\Media > c:medialist.txt

    Mite work, not sure though... :)

    Nick


  • Registered Users, Registered Users 2 Posts: 17,727 ✭✭✭✭Sherifu


    try C:\Users\Public\desktop\Media


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 539 ✭✭✭hefty_langer


    you are leaving out the '\' after c:
    dir /S /B c:\Users\**My Name**\Desktop\Media > c:\medialist.txt


  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo


    Doh :( How did i miss that!

    Nick


Advertisement