https://community.bablosoft.com/topic/3833/docs-remoteexecutescript-exe
Also check following thread to get some idea about your
problem >
https://community.bablosoft.com/post/26262
But all that info is a bit oudated, because now when you compile
a script and check "copy executable to run script in console mod"
option you get a file in release foldern named "RemoteExecuteScriptSilent.exe"
Which will start the bot in silent mode already. So all you have to do is
to call it in CMD and bot will start working in backround. And thats your
answer on second question from your locked threads.
So if you have many scripts to compile, you should organize all of them
to a separate functions - each script one function.
Furtgermore, youll need to make some sort of control over starting these
functions in certain order or just starting one you wish or want. You can use
simple TXT file to control order of function execution.. That way you could
write with batch file to that TXT file before you start bot and than start silent run
bot cmd command, which will start bot with options defined in /txt file.