Feed to Listbox - directory listing to print/export

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
cb_pick
New Member
New Member
Posts: 1
Joined: 2022-02-09, 01:46 UTC

Feed to Listbox - directory listing to print/export

Post by *cb_pick »

I'm using the search function on a network directory to find certain filenames. Works well.

Once displayed, I..

1 - "feed to listbox"
2 - select all to highlight
3 - File > Print > File list

Problem:

I need the listing to display / print without wrapping. Network path is too long. It appears the "Print Directory" is a document editor(ish).

Is there some way to export this listing to say "UltraEdit"?

Once in UltraEdit, I can manipulate the data to work with Excel.

Thanks, cb
User avatar
nsp
Power Member
Power Member
Posts: 1949
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Feed to Listbox - directory listing to print/export

Post by *nsp »

cb_pick wrote: 2022-02-09, 02:00 UTC Is there some way to export this listing to say "UltraEdit"?
You can use the temporary file list of all selected file %L / %UL / %WL if you only need file list.

Code: Select all

cmd: <Path To>\UltraEdit.exe 
params: %L
You can also send more details to clipboard cm_CopyFileDetailsToClip (only file name) or to a file cm_SaveDetailsToFile (full name) and edit in uedit. Directly in excel it use tab delimiter.
Post Reply