
Originally Posted by
Krotar
Hello,
First off, this is my first post here. I love the community and how everybody is so helpful.
I was wondering if somebody has a solution for my question: Is it possible that when you open the script in Simba it will automatically start. Is there like a compile method or?
Now when I open a script it opens in simba and then I have to press "F9".
Regards,
Krotar
Create a batch file to do it:
Bash Code:
C:/Simba/Simba.exe -o PutYourScriptNameHere.simba -r
Save it and then run it whenever you want to run the script.
The -o flag is for Opening.
The -r flag is for Running.