Bamse Posted January 8, 2018 Share Posted January 8, 2018 (edited) #RequireAdmin AutoItSetOption("MouseCoordMode", 0) Global $no $no = MsgBox('1',"Information", "You need to have cmd open! If you haven't opened it yet, open it now!") if $no = 2 Then Exit Else MsgBox(0,'Starting') EndIf I don’t know why its not showing Msgbox(0, ‘Starting’) when i am clicking OK Edited January 8, 2018 by Bamse Link to comment Share on other sites More sharing options...
jguinch Posted January 8, 2018 Share Posted January 8, 2018 MsgBox needs 3 parameters Bamse 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
Bamse Posted January 8, 2018 Author Share Posted January 8, 2018 1 minute ago, jguinch said: MsgBox needs 3 parameters Wow, Thanks! Link to comment Share on other sites More sharing options...
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