Is there a way to send results to a paper folder or search?

Discuss and share scripts and script files...
Post Reply
mydarkpassenger
Posts: 31
Joined: 19 Apr 2014 19:39

Is there a way to send results to a paper folder or search?

Post 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.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Is there a way to send results to a paper folder or sear

Post by bdeshi »

there's SC paperfolder.

Code: Select all

::rtfm 'idh_scripting_comref.htm#idh_sc_paperfolder';
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

mydarkpassenger
Posts: 31
Joined: 19 Apr 2014 19:39

Re: Is there a way to send results to a paper folder or sear

Post by mydarkpassenger »

Thank you. Seems there's a paperfolder command now.

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Is there a way to send results to a paper folder or sear

Post by highend »

now
:) Since about 11 months :mrgreen:
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Is there a way to send results to a paper folder or sear

Post 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>. :ninja:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Garonne
Posts: 195
Joined: 21 Apr 2015 19:10
Location: Win11, 100% Scaling
Contact:

Re: Is there a way to send results to a paper folder or sear

Post 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...

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Is there a way to send results to a paper folder or sear

Post by bdeshi »

fear not, the harmless ::help is also present. :whistle:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply