Paper Folder Save to specific filename with auto overwrite
Posted: 21 Feb 2017 23:46
I have a simple script to recreate a paperfolder.
goto "C:\test?* /fo";
#778; // convert results to a paper folder but shows a dialog box.
Now my question is how to save the results as a paperfolder aka convert to a paperfolder but without doing a dialog prompt.
I am using now this;
goto "C:\test?* /fo";
$files = report("{Fullname}<crlf>");
paperfolder("current.txt", $files, , n);
goto "paper:current";
Is there a better way or could there be a mode=c (convert current tab into paperfolder)?
e.g. paperfolder("current.txt",,, c); // take the current tab list and save to a paperfolder file (with overwrite no prompt)
goto "C:\test?* /fo";
#778; // convert results to a paper folder but shows a dialog box.
Now my question is how to save the results as a paperfolder aka convert to a paperfolder but without doing a dialog prompt.
I am using now this;
goto "C:\test?* /fo";
$files = report("{Fullname}<crlf>");
paperfolder("current.txt", $files, , n);
goto "paper:current";
Is there a better way or could there be a mode=c (convert current tab into paperfolder)?
e.g. paperfolder("current.txt",,, c); // take the current tab list and save to a paperfolder file (with overwrite no prompt)