Hi there,
At my office I work from different computers, so I'd love to have a script in the usual local scripts folder that simply acts as a shortcut to a .jsx that sits on our server. Is there a simple way of doing this that won't execute the script in any strange different way?
Cheers
EDIT: I'm realising I may be asking somewhat of the wrong question, I blame my tired Monday morning brain... I suppose this would only apply if I was trying to run a startup script, which I don't necessarily need right now. However if anyone has any input I'm sure future me will be grateful. I'm thinking it would be along the lines of creating the functions in my server side script, then calling on them in a simpler local script, especially if it was a startup script with a GUI.