WTomi 0 Posted January 13, 2006 Share Posted January 13, 2006 Hi! I made a very simple script, which istalls firefox. It works perfectly, when it runs as a scipt. But, when I compile it to an exe file, it doesn't make the last few steps. The last commands are : winwaitactive, send,sleep,exit. There is NOT problem whit this, only when I compile it. The file seems running, but doesn't do anything! Can somebody help me? Thanx! Link to post Share on other sites
w0uter 4 Posted January 13, 2006 Share Posted January 13, 2006 put some trace messageboxes/writes to see where it exectly stops. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to post Share on other sites
Moderators SmOke_N 217 Posted January 13, 2006 Moderators Share Posted January 13, 2006 Hi!I made a very simple script, which istalls firefox. It works perfectly, when it runs as a scipt. But, when I compile it to an exe file, it doesn't make the last few steps. The last commands are : winwaitactive, send,sleep,exit. There is NOT problem whit this, only when I compile it. The file seems running, but doesn't do anything!Can somebody help me?Thanx!Are you using any of the Beta options in your script? If you are, make sure you are compiling in Beta and not just a regular compile. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to post Share on other sites
blademonkey 4 Posted January 14, 2006 Share Posted January 14, 2006 Make sure that you dont have a previous version of it running in memory. make a error trap that names your process (you can search in the forums for this) and have it closed if it detects that it's already loading. ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now