I’d like to open an url (google.de) in Photoshop when I press a button.
I’ve tried it with :
var url = "http://www.google.de";
system.callSystem("explorer " + url);
and:
this.that.window.open("http://www.google.de", "Zweitfenster", "width=300,height=400,left=100,top=200");
But without luck.
Also I couldn’t record it when I tried to open the adobe link in photoshop. (it’s not recorded).
2
Answers
Found a way:
app.system = instead of system.callSystem !!
Bind on a button and it works 😉
another way to open url, by execute batch file(for Windows)
test.bat