Jump to content

[Solved] WPI command


Recommended Posts

I make an auto it script for install bsplayer 2.61 and to close codecmanager when install win because isn`t internet conection

I 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 failed

Also I try this:

cmds[pn]=['"%wpipath%\\Tools\\AutoIt3.exe" "%wpipath%\\Install\\Software\\BSplayer\\bsplayer.au3"']; 

command not respond, but is showing in taskbar auto it

How to write correct command to run auto it script?

Tks

LE. If run in command prompt AutoIt3.exe bsplayer.au3 bsplayer start install

LE2. I try also this

cmds[pn]=['{START} "%wpipath%\\Tools\\AutoIt3.exe" "%wpipath%\\Install\\Software\\BSplayer\\bsplayer.au3"'];

but try to open bsplayer.au3 (browse to open whit a program)

post-112113-0-06535700-1337434538_thumb.

Edited by condor
Link to comment
Share on other sites


I think you need to create an bsplayer.exe with your bsplayer.au3, with AuToIt

Autoit (Scripts can also be encoded into standalone executables with the built-in script compiler Aut2Exe.)

Edited by myselfidem
Link to comment
Share on other sites

I think you need to create an bsplayer.exe with your bsplayer.au3, with AuToIt

Autoit (Scripts can also be encoded into standalone executables with the built-in script compiler Aut2Exe.)

Yup

Please post your script because there are a couple minor changes you will nedd to make.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...