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
Hello,
for this we have a small Howt document: BOARD Procedure Launcher
Kindly Regards
Björn
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
Thanks Johannes Blischke for confirming the previous answer.
Kind Regards,
Federica
Thanks a lot Björn Reuber ! Your answer was very helpful. Kindly Regards,
I will suggest you to create log when batch file is executed, you can check with ECHO and >> instruction on windows log.
That's good advice! Thanks Giulio Vialetto.