@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Unable to launch script
-
Hi,
So I've made a script that does nearly what I want and works fine inside BAS. On first release test, I hit the compilation button and got "RemoteExecuteScript.exe" ( But no "Run.exe" ), when I click on it the script launcher tries still to download something from the internet. I want to know if that''s normal, because my internet connection is too slow and the stuff it wants to download looks big ( progress bar too slow ). -
@andy231 Thanks for your reply. I've been busy away and I didn't try since to let it download what it wants, but I Already have BAS installed, Maybe because it's not installed on C partition. I will try to reinstall at C, recompile script and run. If all fails I will just try to let download what it wants and see if it works.