Create File Listing

Anyone know how to do this?

Say I've got

Folder1

and under it is

Folder2
Folder3

And suppose I wanted to select folder1 and tell opus to process all of the subdirs and put the directory listing in a text file called files.lst. So that you'd end up with Folder2/files.lst, folder3/files.lst and so on...

I figure it's probably possible but I"m not sure how to do it just yet...

G-Man

Welcome to the wonderful world of Opus G-Man. :smiley:

For printing the contents of a lister in general (to paper, clipboard, or files) search the help file index for Print Folder.

For what you're asking this time however, in customize mode I would create a new button and configure it like below.

I see you're still grow'in and crow'in John.
Good job !
Not all that different from the free 4NT version either. :slight_smile:

[Sidenote]
Ohh yeah, I'll send those photos you wanted.
Ahh ... was it two years ago ?
[/Sidenote]

Regards,
Dave

Side note right back atcha David. :smiley:

3 months from now I'll be heading to Pictured Rocks and the Keweenaw peninsula, yer ol' stomping grounds.

Here's a two button group I found in the forums somewhere here. It works fine for my purpose. Maybe of use to you.

Thanks to the original poster.

Regards.

<?xml version="1.0"?>
<button display="icon" type="three_button">
	<label>PrintTree</label>
	<icon1>137</icon1>
	<button display="both">
		<label>PrintTree Files</label>
		<tip>Displays a printable folder tree report (with files) of the current folder in Notepad.</tip>
		<icon1>137</icon1>
		<function type="normal">
			<instruction>PrintTree FILES </instruction>
		</function>
	</button>
	<button display="both">
		<label>PrintTree No Files</label>
		<tip>Displays a printable folder tree report (without files) of the current folder in Notepad.</tip>
		<icon1>137</icon1>
		<function type="normal">
			<instruction>PrintTree</instruction>
		</function>
	</button>
</button>

Uhhh wow. I have absolutely no clue how that works but it does exactly what I wanted. Thanks bunches!

G-Man

I have no idea either :slight_smile: PrintTree isn't an Opus command.

You must have implemented this in its entirety:

[PrintTree — User Command)

Well gents-

As usual your are on you mark. Indeed the tree.com... and that is the source of my button. I've got bookmarks of my bookmarks for the forums here. hehe.

Thanks for the fill Steve, glad your Happy Geoffrey.