ageofchaos Posted January 29, 2009 Posted January 29, 2009 Okay, I want to set my autoit script I have to run a program with certain paramaters; things like -w for windowed mode. How do I do this? To make it a bit clearer, I want Autoit to open up the game, but open it so that it runs in windowed mode.
enaiman Posted January 29, 2009 Posted January 29, 2009 Run(@comspec & " /c " & "my_game_here -w ","the folder where the game is located",@SW_HIDE) SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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