Hi,
So, for reasons, I'm experimenting with trying to add a symlink to /Volumes, to a specific location on a machine which has a name with spaces in it.
Since /Volumes is wiped every boot, I wanted to create a script to run at login, and I found Automator tutorials for it, except it's tripping up on the backslashes and spaces in the paths, and everyone I've found online trying to solve his, is using examples that are so complicated I can't understand the salient information.
So would anyone mind just addressing from my example above, how I can get Automator / Applescript to parse those backslash and space bits as part of the path, rather than a "unknown token"?
Thanks.
So, for reasons, I'm experimenting with trying to add a symlink to /Volumes, to a specific location on a machine which has a name with spaces in it.
Code:
sudo ln -s /Users/admin/Documents/a\ test\ folder/destination /Volumes
Since /Volumes is wiped every boot, I wanted to create a script to run at login, and I found Automator tutorials for it, except it's tripping up on the backslashes and spaces in the paths, and everyone I've found online trying to solve his, is using examples that are so complicated I can't understand the salient information.
So would anyone mind just addressing from my example above, how I can get Automator / Applescript to parse those backslash and space bits as part of the path, rather than a "unknown token"?
Thanks.