$dir="\\\\ITC\\home\\techs";

...should work....

On Wednesday, June 25, 2003, at 04:55 PM, Susan Aurand wrote:

My mistake. I actually want backslashes.
$dir="\\ITC\home\techs";

How do I do that.
Thanks - Susan

Sven Bentlage wrote:

did you try
        $dir="\/\/ITC/home/techs"; ?

On Wednesday, June 25, 2003, at 04:32 PM, Susan Aurand wrote:



If  I want the following field to contain forwarded slashes - this is
for a linux box, as follows.

$dir="//ITC/home/techs";

How do I get the forward slashes in there?
I have tried:
$dir ="'//ITC'";
$dir ='"//ITC"';
$dir =`"//ITC"`;
Nothing works. Help.
Thank you - Susan




-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to