urmommie Posted April 13, 2009 Posted April 13, 2009 (edited) Ok thanks for your comments but can someone teach me how to make a menu? Like not just two buttons but more like 4 buttons but on under the other. Edited April 14, 2009 by urmommie
Valuater Posted April 13, 2009 Posted April 13, 2009 #1We really don't care for the word "hack" around here. I suggest, if you want help, to remove that word from the topic and your post.#2"give me a premade code" is not to good either. We don't just accept orders like "have it your way" @Burger-King#3You know how to run "notepad" as I noted in your other topics, please give it some effort and "run" minesweeper. or what-ever, and then ask for help on the next problem8)
DCCD Posted April 13, 2009 Posted April 13, 2009 Oops [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
urmommie Posted April 14, 2009 Author Posted April 14, 2009 #1We really don't care for the word "hack" around here. I suggest, if you want help, to remove that word from the topic and your post.#2"give me a premade code" is not to good either. We don't just accept orders like "have it your way" @Burger-King#3You know how to run "notepad" as I noted in your other topics, please give it some effort and "run" minesweeper. or what-ever, and then ask for help on the next problem8)sorry if I made you mad please forgive me im such a stupid noob
urmommie Posted April 14, 2009 Author Posted April 14, 2009 I coded this but I can't get the Run("Minesweeper") to work $answer = MsgBox(4, "Minesweeper Trainer", "Do you want to open the minesweeper Trainer?");This will make a message box asking if you want the trainer If $answer = 7 Then;This will close it if someone presses no Exit EndIf If $answer = 6 Then Run("Minesweeper");This will run minesweeper if someone presses yes, but it's not working EndIf Please tell me what im doing wronge with the Run command and if someone can teach me how to make the trainer and the menu that would be awesome .
Mat Posted April 14, 2009 Posted April 14, 2009 try: run ("winmine.exe") Or run ("%SystemRoot%\System32\winmine.exe") AutoIt Project Listing
urmommie Posted April 14, 2009 Author Posted April 14, 2009 try:run ("winmine.exe")Orrun ("%SystemRoot%\System32\winmine.exe")Thanks
Mat Posted April 14, 2009 Posted April 14, 2009 no probscomputers can't read your mind (see here), so you have to be more specific, even with notepad you have to do run("notepad.exe"). AutoIt Project Listing
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