eidolon74 Posted June 28, 2004 Posted June 28, 2004 Ok, i am sure this is an easy one, but I can't seem to lick it. I want to display a msgbox which has some computer info but I keep getting errors when I try to run the script. Please tell me what I am doing wrong. Example: $answer2 = MsgBox(0,"HL7 Interface Installer", "OS Version:" & @osversion & @CRLF "ComputerName:" & @computername & @CRLF "Username:" & @username)
Administrators Jon Posted June 28, 2004 Administrators Posted June 28, 2004 You missed a & in between @CRLF and "Computername"
Developers Jos Posted June 28, 2004 Developers Posted June 28, 2004 And also between @CRLF "Username" 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.
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