-
Re: Board Broadcasting as scheduled task
Hi Jonathan, Broadcast can be executed only through the Board Windows Client command line method (see Opening a Capsule from a Command Line). Board Procedure Launcher is recommended for all database …2 -
Re: Board Broadcasting as scheduled task
Hi Selvet, you can catch Board Procedure Launcher return codes through the Command Prompt functionalities STDERR/STDOUT. Just extend the batch file (.bat) with following commands: * For the Standard …3 -
Re: Board Broadcasting as scheduled task
Hi Ahmed, when I say "active desktop" I mean that this user should never logoff. Its desktop should be always "on", even if you are not physically connected through RDP. Domenico3 -
Re: Board Broadcasting as scheduled task
Hi Ahmed, which Windows User are you using to run this scheduled task ("When running the task, use the following user account"). If you are using a System user or a user without an active d…4 -
Re: Board Broadcasting as scheduled task
I've found that you can logoff from your session not by closing RDP or logging off (both will logoff the user) but through a simple .bat on desktop with this code: tscon %sessionname% /dest:console I…4