kallend 2,027 #1 January 23, 2015 I'd like to be able to cut and paste a list of filenames and attributes from a directory as displayed by Explorer into a text document. The only way I've managed it so far is to take a screen shot and paste it as a picture, which is not what I really wanted to do. Ideas?... The only sure way to survive a canopy collision is not to have one. Quote Share this post Link to post Share on other sites
grue 1 #2 January 23, 2015 ls -la /Path/To/Directory/ oh wait, in THAT junky OS you can just do this: http://support.microsoft.com/kb/321379 cavete terrae. Quote Share this post Link to post Share on other sites
pchapman 279 #3 January 23, 2015 There may be directory printer freeware out there. One can normally print or send to a text file. I have a couple ancient little programs like that, that I use if trying to get more than a simple list of file names (for which R click, Send To, Clipboard as Name is sufficient at least on older Windows versions). Hopefully the software has the right selections to be able to print all the attributes you want. I can look at what I have if nobody else knows something offhand, or if you don't find something on Cnet / downloads.com. Quote Share this post Link to post Share on other sites
wmw999 2,452 #4 January 23, 2015 You can go to a Windows terminal session, and, in the target directory, do a dir command, outputting to a file (dir > all.fil where all.fil is your target file). Then you can edit it appropriately, which, of course, can be painful, but Excel can help you Wendy P.There is nothing more dangerous than breaking a basic safety rule and getting away with it. It removes fear of the consequences and builds false confidence. (tbrown) Quote Share this post Link to post Share on other sites
DougH 270 #5 January 23, 2015 There is a program that will do this, I will try to remember what it was. It was freeware, I got it from download.com. I had to convert a handful of depreciation backup files from a local based software program, to a enterprise networked version. I ended up with an excel file with each backup name, that I used to check off uploads as I went."The restraining order says you're only allowed to touch me in freefall" =P Quote Share this post Link to post Share on other sites
kallend 2,027 #6 January 23, 2015 grue ls -la /Path/To/Directory/ oh wait, in THAT junky OS you can just do this: http://support.microsoft.com/kb/321379 Which replies: Hmmm…we seem to be experiencing technical difficulties, but we’re working on a solution right now. Please try again later.. Which is why I asked here. ... The only sure way to survive a canopy collision is not to have one. Quote Share this post Link to post Share on other sites
kallend 2,027 #7 January 23, 2015 wmw999You can go to a Windows terminal session, and, in the target directory, do a dir command, outputting to a file (dir > all.fil where all.fil is your target file). Then you can edit it appropriately, which, of course, can be painful, but Excel can help you Wendy P. Thanks, Wendy. I'd forgotten all about the DOS commands. I thought they were discontinued sometime around WindowsNT.... The only sure way to survive a canopy collision is not to have one. Quote Share this post Link to post Share on other sites
BIGUN 1,317 #8 January 24, 2015 To paste into Excel. http://www.cpearson.com/Excel/FolderTree.aspxNobody has time to listen; because they're desperately chasing the need of being heard. Quote Share this post Link to post Share on other sites
Bolas 5 #9 January 24, 2015 kallend***You can go to a Windows terminal session, and, in the target directory, do a dir command, outputting to a file (dir > all.fil where all.fil is your target file). Then you can edit it appropriately, which, of course, can be painful, but Excel can help you Wendy P. Thanks, Wendy. I'd forgotten all about the DOS commands. I thought they were discontinued sometime around WindowsNT. Command line is even bigger now in Windows OS's. GUI is being stripped out or minimized on the server side. http://en.m.wikipedia.org/wiki/Windows_PowerShellStupidity if left untreated is self-correcting If ya can't be good, look good, if that fails, make 'em laugh. Quote Share this post Link to post Share on other sites
Arvoitus 1 #10 January 25, 2015 wmw999You can go to a Windows terminal session, and, in the target directory, do a dir command, outputting to a file (dir > all.fil where all.fil is your target file). Then you can edit it appropriately, which, of course, can be painful, but Excel can help you Wendy P. You can Right Click->Mark->Paint->Right Click to skip the need for using a file as long as the print out is short enough to select.Your rights end where my feelings begin. Quote Share this post Link to post Share on other sites
SuFantasma 0 #11 January 25, 2015 Print the page to a PDF file ... the resulting PDF will have clickable links.Y yo, pa' vivir con miedo, prefiero morir sonriendo, con el recuerdo vivo". - Ruben Blades, "Adan Garcia" Quote Share this post Link to post Share on other sites
muff528 3 #12 January 25, 2015 Arvoitus***You can go to a Windows terminal session, and, in the target directory, do a dir command, outputting to a file (dir > all.fil where all.fil is your target file). Then you can edit it appropriately, which, of course, can be painful, but Excel can help you Wendy P. You can Right Click->Mark->Paint->Right Click to skip the need for using a file as long as the print out is short enough to select. Thanks for the tip. Also, after the last Right Click, the white selection hi-light box will go out, but it has been copied to clipboard. Then just paste into notepad or whatever for editing, printing, etc. ...Cumbersome, but better than nothing. Not bad if you just want a list of files. Quote Share this post Link to post Share on other sites