Search found 9 matches

by DrPrepress
Wed Oct 30, 2019 7:59 pm
Forum: LEGACY scripting
Topic: Using folder for keep data of script
Replies: 2
Views: 4189

Re: Using folder for keep data of script

... If it is not related to a job, then I would store the info in the Switch global data. You can choose if it needs to be available after a Switch restart or not. Info on ho to read/write is in the environment class documentation. ... I need to save data about the script runs - for example, in whi...
by DrPrepress
Wed Oct 30, 2019 3:33 pm
Forum: LEGACY scripting
Topic: Using folder for keep data of script
Replies: 2
Views: 4189

Using folder for keep data of script

Hello!

Which folder is better to use to save the script execution data that will be required the next time it is executed?
This is not related to the job, but only to the execution of the script!
May be %TEMP% (for Windows)?
I would like to get recommendations.

Thanks!
by DrPrepress
Mon Feb 25, 2019 6:21 pm
Forum: LEGACY scripting
Topic: New job from input job
Replies: 3
Views: 5305

Re: New job from input job

jan_suhr wrote: Mon Feb 25, 2019 5:59 pm job.sendToSingle(pathToNewFile);
Thanks!!! It is work!
by DrPrepress
Mon Feb 25, 2019 6:13 pm
Forum: LEGACY scripting
Topic: New job from input job
Replies: 3
Views: 5305

Re: New job from input job

jan_suhr wrote: Mon Feb 25, 2019 5:59 pm job.sendToSingle(pathToNewFile);
Thanks!
But old job (in input connection)? What to do?

And, as sample, I have in temporary _Folder_. Can I do the same?
by DrPrepress
Mon Feb 25, 2019 5:52 pm
Forum: LEGACY scripting
Topic: New job from input job
Replies: 3
Views: 5305

New job from input job

Hi!

I have input job (isFolder). I processing this and generate a new file in temporary folder.

Please, give me sample for correct send new file with job metadata and "remove" inputing job (isFolder).

With documentation somehow it is impossible...

Thanks!
by DrPrepress
Mon Oct 15, 2018 6:12 pm
Forum: LEGACY scripting
Topic: How to use Pitstop Server (not CLI !) in scripts?
Replies: 8
Views: 9551

Re: How to use Pitstop Server (not CLI !) in scripts?

However, PitStop Server SDK is gone for a long time already (bens might know how long) The CLI was introduced with PitStop Server 09, over 9 years ago. If you really need to support PitStop Server 08 or earlier - or you need more control than the CLI provides - then there is the PitStop Library SDK...
by DrPrepress
Mon Oct 15, 2018 2:20 pm
Forum: LEGACY scripting
Topic: How to use Pitstop Server (not CLI !) in scripts?
Replies: 8
Views: 9551

Re: How to use Pitstop Server (not CLI !) in scripts?

jan_suhr wrote: Sat Oct 13, 2018 7:57 am
DrPrepress wrote: Fri Oct 12, 2018 10:27 pm Dear bens! In the subject of post, I clearly indicated that I was interested in calling Pitstop without the CLI.
Yes but please explain why.
For compatibility with versions earlier than 13
by DrPrepress
Fri Oct 12, 2018 10:27 pm
Forum: LEGACY scripting
Topic: How to use Pitstop Server (not CLI !) in scripts?
Replies: 8
Views: 9551

Re: How to use Pitstop Server (not CLI !) in scripts?

Dear bens! In the subject of post, I clearly indicated that I was interested in calling Pitstop without the CLI.
by DrPrepress
Thu Oct 11, 2018 4:23 pm
Forum: LEGACY scripting
Topic: How to use Pitstop Server (not CLI !) in scripts?
Replies: 8
Views: 9551

How to use Pitstop Server (not CLI !) in scripts?

Colleagues, please, give an example code of an Action or a Profile from the script without Command Line Interface.

Thanks.