Hello -
I try to open an Adobe® Illustrator® file hosted on our XServe®.
For this, I encode below lines.
The server is mounted on my desktop, but ‘AppleScript Editor’ shows me the following error ‘Adobe Illustrator CS3 got an error: Bad name for file. some object’
Could, please, someone help me on this?
tell application "Finder"
mount volume "afp://192.168.1.10/XServe_1/Jobs/" as user name "" with password ""
tell application "Adobe Illustrator"
open file "afp://192.168.1.10/XServe_1/Jobs/Basic CMYK.ai"
end tell
end tell
Thanks you for any help, have a nice day.
- Dimitri