(no subject)

2003-03-19 Thread Tim Straub
Hi list, is there any way to open a hidden UNC path with the mkdir statement given by a parameter. Let's say I run the script with the parameter \\server\new$ the path will get truncated one time by the newline '\n' and the dollar sign will by cut off. Then putting it in the variable $x the

(no subject)

2003-03-19 Thread Tim Straub
Hi list, is there any way to open a hidden UNC path with the mkdir statement given by a parameter. Let's say I run the script with the parameter \\server\new$ the path will get truncated one time by the newline '\n' and the dollar sign will by cut off. Then putting it in the variable $x the

RE: UNC Path (hidden) in Variable With MKDIR, was (no subject)

2003-03-19 Thread Tim Straub
to use a regex - but I didn't get the dollar sign out of the path. Thanks, Tim Try server\\new\$ In perl you escape meta-characters with backslashes. Not much fun when you discover that Win32 just loves backslashes! jpt -Original Message- From: Tim Straub [mailto:[EMAIL

RE: RE: (no subject)

2003-03-19 Thread Tim Straub
Christopher.J.Ge An [EMAIL PROTECTED] 'Tim Straub' [EMAIL PROTECTED], 19.03.2003 17:39 [EMAIL