Guest 17901 Posted September 8, 2004 Posted September 8, 2004 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?
this-is-me Posted September 8, 2004 Posted September 8, 2004 Right click the shortcut to acdsee in the start menu. Click properties. What does it say under "Start In"? Who else would I be?
Guest 17901 Posted September 8, 2004 Posted September 8, 2004 (edited) This: "C:\Program Files\ACD Systems\ACDSee\6.0\" = @ProgramFilesDir&"\ACD Systems\ACDSee\6.0 Can't work. Edited September 8, 2004 by 17901
konan Posted September 9, 2004 Posted September 9, 2004 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
polenius Posted February 9, 2005 Posted February 9, 2005 (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 February 9, 2005 by polenius
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now