Page 1 of 1
Is there a way to send results to a paper folder or search?
Posted: 26 May 2015 08:24
by mydarkpassenger
I'm wondering if there's a way to write a script and tunnel the results to a paper folder or search result so that I can perform actions on the files easily. Sending to a text box is nice but it's not as flexible with what you can do with the results.
Re: Is there a way to send results to a paper folder or sear
Posted: 26 May 2015 08:37
by bdeshi
there's SC paperfolder.
Code: Select all
::rtfm 'idh_scripting_comref.htm#idh_sc_paperfolder';
Re: Is there a way to send results to a paper folder or sear
Posted: 26 May 2015 13:45
by mydarkpassenger
Thank you. Seems there's a paperfolder command now.
Re: Is there a way to send results to a paper folder or sear
Posted: 26 May 2015 15:15
by highend
now

Since about 11 months

Re: Is there a way to send results to a paper folder or sear
Posted: 26 May 2015 16:23
by bdeshi
and even if it didn't exist, a paperfolder is a (txt) file whose content is simply a plain list of file paths, separated by <crlf>.

Re: Is there a way to send results to a paper folder or sear
Posted: 27 May 2015 17:22
by Garonne
SammaySarkar wrote:there's SC paperfolder.
Code: Select all
::rtfm 'idh_scripting_comref.htm#idh_sc_paperfolder';
MUHAHAHA... RTFM... Awesome.
Didn't notice there was a script command RTFM...
Re: Is there a way to send results to a paper folder or sear
Posted: 27 May 2015 17:25
by bdeshi
fear not, the harmless ::help is also present.
