Jump to content

[Solved] How to Run ACDSee?


Zohar
 Share

Recommended Posts

Hello

I need to Launch ACDSee, and RightClicking ACDSee's Shortcut in the StartMenu, gives a very unusual type of Shortcut, that does not display the "Target:" Field in a normal way(meaning path to the executable),

and instead shows a disabled Field.

Anyone had experience with this?

Any ACDSee product which is from the last 5 years would be good.

Thank you

Edited by Zohar
Link to comment
Share on other sites

ShellExecute("ACDSee8Pro.exe", "", @ProgramFilesDir & "\ACD Systems\ACDSee\8.0.Pro")
Works for me.

Hey this is interesting.

All my attempts using Run(), did not succeed.

But now thanks to you, using ShellExecute(), it worked!

ShellExecute("C:\Program Files\ACD Systems\ACDSee\11.0\ACDSee11.exe")

First of all, thank you!!! :)

Second, I now ask myself,

Why Run() couldn't run it, and ShellExecute() could?

Here are my attempts with Run(), all did not work:

Run("C:\Program Files\ACD Systems\ACDSee\11.0\ACDSee11.exe")
Run("C:\Program Files\ACD Systems\ACDSee\11.0\ACDSee11.exe","""C:\Program Files\ACD Systems\ACDSee\11.0\""")

Anyone has an idea why ShellExecute() is better than Run() here?

(could've I succeeded somehow running it with Run()?)

Edited by Zohar
Link to comment
Share on other sites

Anyone has an idea why ShellExecute() is better than Run() here?

(could've I succeeded somehow running it with Run()?)

I don't believe Run() would work, the versions of Acdsee we use are windows shell UI integrated apps. Which probably accounts for why the start menu shortcut properties don't look standard. Maybe someone more who knows more on this can comment.
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...