Hello,

I have a shell script that mounts, then opens the same file on a
number of Windows Servers :
(Using BBEdit 10.1)

<code>
(actually there are more servers)
mkdir -p /Users/xavier/smbmounts/someW3Kserver
mkdir -p /Users/xavier/smbmounts/someW2008server
mkdir -p /Users/xavier/smbmounts/anotherW3Kserver

mount_smbfs -d 777 -f 666 "//DOMAIN;account:password@someW3Kserver/C
$" /Users/xavier/smbmounts/someW3Kserver
mount_smbfs -d 777 -f 666 "//DOMAIN;account:password@someW2008server/C
$" /Users/xavier/smbmounts/someW2008server
mount_smbfs -d 777 -f 666 "//DOMAIN;account:password@anotherW3Kserver/C
$" /Users/xavier/smbmounts/anotherW3Kserver

bbedit -b "/Users/xavier/smbmounts/someW3Kserver/Documents and
Settings/account.DOMAIN/Tasks/myscript.pl"
bbedit -b "/Users/xavier/smbmounts/someW2008server/Users/
account.DOMAIN/Tasks/myscript.pl"
bbedit -b "/Users/xavier/smbmounts/anotherW3Kserver/Documents and
Settings/account.DOMAIN/Tasks/myscript.pl"
</code>

After executing that, only the two first windows are opened. My guess
is that the remote path (C:/Doc&Settings/account.DOMAIN/Tasks) beeing
identic, the bbedit tool consider them the same. Opening the third
file via the Finder correctly opens it.

I'm not actually sure if it is a bbedit bug, or a MacOSX (10.6.8) bug.

Thanks

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to