Jump to content

How to run acdsee 6.06 with autoit?


Recommended Posts

Posted

Run ( @ProgramFilesDir&"\ACD Systems\ACDSee\6.0\ACDSee6.exe", @CommonFilesDir&"\ACD Systems\" )

Run ( @ProgramFilesDir&"\ACD Systems\ACDSee\6.0\ACDSee6.exe", @ProgramFilesDir&"\ACD Systems\ACDSee\6.0" )

Both not work on my machine, lack f some .dll files that lies in @CommonFilesDir&"\ACD Systems\ and it's subfolders.

Who can tell me how to run?

Posted (edited)

This: "C:\Program Files\ACD Systems\ACDSee\6.0\"

= @ProgramFilesDir&"\ACD Systems\ACDSee\6.0

Can't work.

Edited by 17901
Posted

In fact, It will use dllfile in two different dir, so you can't set one workingdir. You can run shortcut or copy dllfile to Acdsee6's dir

  • 5 months later...
Posted (edited)

I have same problem but with ACD See 7. I tried to run program using

run("c:\program files\ACD Systems\ACDSee\7.0\ACDSee7.exe")

I also tried

$shortcut = FileGetShortCut("C:\documents and settings\all users\plocha\ACDSee 7.0.lnk")
Run($shortcut[0],$shortcut[1])

but with no effect.

Any suggestions?

Edited by polenius

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
×
×
  • Create New...