uzi17 Posted December 21, 2008 Posted December 21, 2008 i made this basic count down timer which is attached to this message the time the counter is set can only be changed from changing the code. What i want to try and do is to make it prompt the user for a count down time when the .exe file is launched and it will count down from that number. im new to autoit and i just need to be pointed into the right direction thankscount_down___Version_2.au3
Developers Jos Posted December 21, 2008 Developers Posted December 21, 2008 you mean something like: Local $countDown = InputBox("Countdown","specify timer value in minutes","5") Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
uzi17 Posted December 21, 2008 Author Posted December 21, 2008 you mean something like: Local $countDown = InputBox("Countdown","specify timer value in minutes","5") Jos that works great i now have Local $hours = InputBox("Count Down", "Enter number of hours", "0") Local $mins = InputBox("Count Down", "Enter number of mins", "5" is there a way i could make it so it prompts me for both values on the 1 input box?
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