Automatic procedures
Hi everyone,
how can I launch automatically a procedure every day? I have to run, every night, a procedure to make a file extraction (.csv).
I can't find any information on the manual (https://www.boardmanual.com/).
Thanks,
Federica P
Answers
-
Hello,
for this we have a small Howt document: BOARD Procedure Launcher
Kindly Regards
Björn
3 -
Hello Federica Paladin,
just use the description of Björn Reuber to create a batch file and save this on the server, e.g. at Board\Jobs.
Create a new task in the windows task scheduler with your desired settings (time, iteration and so on). Set the task to trigger the batch file.
That's it.
BR
Johannes
2 -
0
-
Thanks a lot Björn Reuber ! Your answer was very helpful.
Kindly Regards,Federica
0 -
I will suggest you to create log when batch file is executed, you can check with ECHO and >> instruction on windows log.
0 -
That's good advice! Thanks Giulio Vialetto.
0