vava Posted January 31, 2007 Posted January 31, 2007 my scripy is running but is not doing what i want is there any programme that tells what is the program doing???
someone Posted January 31, 2007 Posted January 31, 2007 (edited) Using the option TrayIconDebug will show you line by line what your script is working on when you put the mouse over the trayicon.... put this at the top of your script Opt("TrayIconDebug", 1) But what do you mean "not doing what you want". Is it failing? Based on what your saying to me were going to need to see your script to give you much more guidance. What helps the most is to try to understand the flow of your script enough to be able to narrow down what part isn't working correctly. Then either try to fix the part you now know is wrong or posting that reproducer in the forum. Hope this helps! EDIT: whoops posted wrong trayicondebug code... Edited January 31, 2007 by someone While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Shevilie Posted January 31, 2007 Posted January 31, 2007 You can also make your own ConsoleWrite if you use Scite so you can have the program to write back in the console whats it are doing Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
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