Jump to content

How to run acdsee 6.06 with autoit?


Guest 17901
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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

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

Can't work.

Edited by 17901
Link to comment
Share on other sites

  • 5 months later...

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
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
 Share

  • Recently Browsing   0 members

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