The command is :
Code: Select all
"C:\Program Files\ACDSee32\ACDSee32.exe" "%1"Thanks very much
Code: Select all
"C:\Program Files\ACDSee32\ACDSee32.exe" "%1"Code: Select all
$Acdsee = quote("C:\Program Files\ACDSee32\ACDSee32.exe", "0");
$File = quote(get("SelectedItemsPathNames","|","a"), "0");
run ("$Acdsee $File", , "0", "1");thank you so much for helping ,40k40k wrote:Do you mean something like this?
Code: Select all
$Acdsee = quote("C:\Program Files\ACDSee32\ACDSee32.exe", "0"); $File = quote(get("SelectedItemsPathNames","|","a"), "0"); run ("$Acdsee $File", , "0", "1");
I'm not familiar with Acdsee so I'm not sure why it's not opening the file straight away. It may be a problem unrelated to XYplorer.xnmp wrote:thank you so much for helping ,40k40k wrote:Do you mean something like this?
Code: Select all
$Acdsee = quote("C:\Program Files\ACDSee32\ACDSee32.exe", "0"); $File = quote(get("SelectedItemsPathNames","|","a"), "0"); run ("$Acdsee $File", , "0", "1");
your script open the file in acdsee ,we will see black screen when running it (if the file we select is not an image file)
,after double mouse click or pressing "enter" it browse the file in ACDSEE ,one more step but no problems , it works ^^
Code: Select all
$items = get("SelectedItemsPathNames", chr(34)." ".chr(34));
run """C:\Program Files\ACD Systems\ACDSee Pro\6.0\ACDSeePro6.exe"" ""$items""";Hi highend,highend wrote:Change the path to your acdsee file if necessary. Does it work afterwards?Code: Select all
$items = get("SelectedItemsPathNames", chr(34)." ".chr(34)); run """C:\Program Files\ACD Systems\ACDSee Pro\6.0\ACDSeePro6.exe"" ""$items""";
your script open the file in acdsee ,we will see black screen when running it (if the file we select is not an image file)
,after double mouse click or pressing "enter" it browse the file in ACDSEE ,one more step but no problems , it works ^^
What files do you select instead and is Acdsee capable of displaying them at all?if the file we select is not an image file
thank youhighend wrote:What files do you select instead and is Acdsee capable of displaying them at all?if the file we select is not an image file
Post examples, we could eventually add a filter...