Miles wrote:
> Attempting to copy the list of programs installed in WinXP, SP3.
What "list" of programs? Those listed in the Add/Remove Programs applet
in Control Panel? If so, that does not list all executable files nor
even all programs (which could have multiple executables).
> Copy/paste does not work to WordPerfect, WordPad or to a few other
> programs.
You are attempting to copy a set of files from Windows Explorer to some
non-file manager application? WordPerfect and WordPad are editors, not
file managers.
> Does someone know if there a method to copy this list?
Maybe you are asking how to list the file and folder hierarchy on your
drive and then "print" it somewhere, like saving the output to a file
that you can then edit.
In a command shell (aka DOS prompt), run "tree.exe /?". This lists the
hierarchy as a tree view. Remember that if the path (to the file or
folder) includes space characters that you have to enclose it in double
quotes for proper parsing of the command line. If you want to save the
stdout of the tree command, redirect it to a file. For example, to list
all files and folders under the C:\Program Files folder, run:
tree.exe "c:\program files" > <path>treelist.txt
where <path> is wherever you want to save the output.
If you don't want to deal with using a command shell and redirecting
stdout to edit that output, get something like TreePrint which gives you
an Explorer extension to "print" the tree hierarchy (you can print to a
printer or a file). Alas, PC Magazine used to permit free access to
their free software but now charge for the access while trying to claim
the software itself is free. Yeah, "free" software that you have to pay
to get, uh huh. I don't know if this is an archived copy of TreePrint
or a differnt program with a similar name:
http://www.xcopy32.com/details.php?file=40
There are lots of directory/file lister utilities:
Maybe the folks in the alt.comp.freeware newsgroup could recommend a
truly free and unfettered alternative to PC Mag's TreePrint.