I have discovered "/" slash issues as well. For example, my Windows NT
machine doesn't like...
read %/path/to/filename.txt
and wants me to use
read %path/to/filename.txt
My BeOS machine doesn't care either way.
> from where I sit it appears to be server related, but I don't understand
> quite how. Two different NT servers that I needed to hit required slashed
> "/" and unslashed requests. *nixes didn't seem to need the slashes.
>
> yeesh. maybe somebody at RT has a thought about clean ways to handle
> this.