Print Folder command --> "Windows can't find this picture"

Print FOLDER FORMAT=FileListFormat FLATVIEW=nofolders TO=clip AS=txt FOOTER=none QUIET

This results in an error message of "Windows can't find this picture". However if I remove the FOOTER=none it works like it's supposed to.

It should be HEADER=none rather than FOOTER=none.

The documentation has the same error in some of its examples, which we'll correct. The argument is always HEADER, and it controls both the header and the footer via top/bottom/both/none parameters.

thanks. I should have grokked that :blush:

edit: hang on a sec... i still get the column headers in the file list. isn't HEADER referring to the column headers?