I corrected the settings in the script string. However, it doesn't work
No, this was just a general comment, no solution to the actual problem that
open doesn't work on your system like it should.
I've written a small wrapper that should solve it:
Open GPS coordinates.zip
Download the attachment, extract it, copy the .exe somewhere and remember it's path.
Use this cc script instead:
Code: Select all
if (<cc_trigger>==1) {
$wrapper = "D:\Tools\XYplorer\@Tools\Open GPS coordinates.exe";
$browser = "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe";
run lax("$wrapper" "$browser" <cc_cell>);
} else {
return get("exif", "gps", <cc_item>);
}
Adapt the path for the
$wrapper variable and the
$browser variable to your vivaldi.exe (full path ofc!).
Works fine here...
You do not have the required permissions to view the files attached to this post.