condor Posted May 19, 2012 Posted May 19, 2012 (edited) I make an auto it script for install bsplayer 2.61 and to close codecmanager when install win because isn`t internet conectionI try to run in WPI but won`t work.I try this:cmds[pn]=['"%wpipath%\\Install\\Software\\BSplayer\\AutoIt3.exe bsplayer.au3"']; but won`t install, cmd failedAlso I try this:cmds[pn]=['"%wpipath%\\Tools\\AutoIt3.exe" "%wpipath%\\Install\\Software\\BSplayer\\bsplayer.au3"']; command not respond, but is showing in taskbar auto itHow to write correct command to run auto it script?TksLE. If run in command prompt AutoIt3.exe bsplayer.au3 bsplayer start installLE2. I try also thiscmds[pn]=['{START} "%wpipath%\\Tools\\AutoIt3.exe" "%wpipath%\\Install\\Software\\BSplayer\\bsplayer.au3"']; but try to open bsplayer.au3 (browse to open whit a program) Edited May 20, 2012 by condor
myselfidem Posted May 19, 2012 Posted May 19, 2012 (edited) I think you need to create an bsplayer.exe with your bsplayer.au3, with AuToItAutoit (Scripts can also be encoded into standalone executables with the built-in script compiler Aut2Exe.) Edited May 19, 2012 by myselfidem
Kelsenellenelvian Posted May 20, 2012 Posted May 20, 2012 I think you need to create an bsplayer.exe with your bsplayer.au3, with AuToItAutoit (Scripts can also be encoded into standalone executables with the built-in script compiler Aut2Exe.)YupPlease post your script because there are a couple minor changes you will nedd to make.
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