Crome_BAD Posted January 2, 2005 Author Posted January 2, 2005 Hmm ya thats wat mine looks like... Still cant get it, lol. Crome
Valik Posted January 2, 2005 Posted January 2, 2005 That doesn't matter, what matters is the double \ 's.Just try that, trust me it will work...C:\\Program Files\\Diablo\\Diablo II.exe -w -ect -ect<{POST_SNAPBACK}>Would you explain why double \'s are important? Double slashes are important in programming language where \ is an escape character. That means in order to print a \, it must be escaped with \ as well. This leads to \\. AutoIt 3 does not need to have \ escaped. C++ does, AutoIt 2 does, several other languages do. So what are you on about with the \\'s? The correct line of code in a V3 Run statement would be:Run('"C:\Games\Copy Of Diablo II\Diablo II.exe" -w -skiptobnet -ns -title "Diablo II"', "C:\Games\Copy Of Diablo II\")
Insolence Posted January 2, 2005 Posted January 2, 2005 I don't understand exactly what it does, but it works. I understand what you're saying, but it does fix the problem. "I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
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