alnoor
November 11, 2003, 9:33pm
#1
Hi
I am passing through a very common issue and this may be very easy for you guys
this works well for me
mount volume "smb://192.168.1.101/digital"
but this doesn’t
mount volume "smb://192.168.1.101/File Server"
i think the space in “File Server” is creating problem
what you guys think?
if you have any solution please let me know.
Camelot
November 11, 2003, 9:36pm
#2
First guess - spaces are never permitted in URLs.
Try encoding the space using the normal URL-encoding, %20
alnoor
November 11, 2003, 10:24pm
#3
thanks camelot
i did not get it
please expain it in detail
and i am trying to connect the server and not URL.
As per Camelot’s suggestion…
mount volume "smb://192.168.1.101/File%20Server"
Or you could use the “quoted form”
http://scriptbuilders.net
[This script was automatically tagged for color coded syntax by Script to Markup Code ]
tingham
November 11, 2003, 11:17pm
#5
why not use: “File Name” like the terminal? This should be a standard somewhere.
alnoor
November 12, 2003, 4:14pm
#6
thanks guys
I like the way greg send me the script - just click the link to open the script in script editor.
But its giving me error.
“some object are not found”
I did not understand what tingam suggested.