Help with database /inventory

Discussion in 'Databases' started by BxB, Sep 5, 2007.

  1. #1
    Hi i was wondering if there is a software that can convert or 'copy' the file names of my pdf files so I can transfer it to MS Excel or Word or to any document file. As I have hundreds of PDF files that I want to inventory or just to have a list at hand and categorize them. Hope someone can help, thanks!:D
     
    BxB, Sep 5, 2007 IP
  2. ssanders82

    ssanders82 Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ssanders82, Sep 5, 2007 IP
  3. in2clearsky

    in2clearsky Peon

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Easy way for windows user. Use cmd and then "dir /b" and hilight, copy(right click), paste.
     
    in2clearsky, Sep 5, 2007 IP
  4. BxB

    BxB Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you guys!!! Looks like this is what I need alright, cheers!
     
    BxB, Sep 6, 2007 IP
  5. BxB

    BxB Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ok tried the cmd "dir /b" but how do i highlight? I just "right clicked" it then "select all" then "ctrl c" then pasted it on notepad but I would have to delete everything else that I don't need...is this how this works? If that's the only way, it should be fine, just a little deleting, still took the time off from typing everything manually. Thanks again!
     
    BxB, Sep 6, 2007 IP
  6. ssanders82

    ssanders82 Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Are you asking how to only print pdfs? Type "dir /b *.pdf"
     
    ssanders82, Sep 6, 2007 IP
  7. BxB

    BxB Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nooo...i don't want to print, I just want to move them in a word docu or excel sheet
     
    BxB, Oct 8, 2007 IP
  8. digipren

    digipren Active Member

    Messages:
    169
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Use a redirection :
    dir *.pdf > pdflist.txt
    Then open pdflist.txt with word/excel...
    Hope this help
     
    digipren, Oct 8, 2007 IP
  9. BxB

    BxB Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yes this helped great! Thanks!
     
    BxB, Oct 10, 2007 IP
  10. BxB

    BxB Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    actually it would help more if I typed

    dir/b *.pdf>pdflist.txt

    As this would then remove the unnecessary texts like bytes and dates. I hope this helps someone out now that I figured it out.

    Thanks for everyones help!!
     
    BxB, Oct 11, 2007 IP