Jump to content

Recommended Posts

Posted (edited)

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

Posted (edited)

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
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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