WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: morenos1 on January 17, 2017, 02:51:23 PM

Title: Script vs compiled question.
Post by: morenos1 on January 17, 2017, 02:51:23 PM
Sorry, I am sure this has been addressed before. I just do not remember.

A WBT script interacts with an install app just fine (SendKeys).

The compiled version never does.  Windows 10 ....

Thanks....
Title: Re: Script vs compiled question.
Post by: td on January 18, 2017, 06:42:21 AM
We need a chatbot to automatically answer Windows 10 questions...  UAC is the usual suspect when it comes to Windows 10 because many users think that because UAC prompting is turned off that UAC is turned off.   This is not the case and depending on what all your script does you may not have the correct UAC compiler setting when compiling your script.  Make sure your script is compiled 'highestAvailable' (and possibly 'True') then try it again.  If you still have the problem, you may have some kind of focus bug in your script that you will need to correct.
Title: Re: Script vs compiled question.
Post by: morenos1 on January 18, 2017, 09:13:37 AM
It now works. I did not do anything different but, it is good now.

Thanks....