Re: Openning Files Names with Embedded Spaces

2003-11-29 Thread R. Joseph Newton
Jeff Westman wrote: > Tim Johnson <[EMAIL PROTECTED]> wrote: > > > Granted, I'm on XP, but I can't seem to reproduce your error. I created a > > file at the path specified and it works perfectly. Are you sure that you > > have the exact filename and that you have access to it? (I guess it's > >

RE: Openning Files Names with Embedded Spaces

2003-11-29 Thread Jeff Westman
Tim Johnson <[EMAIL PROTECTED]> wrote: > Granted, I'm on XP, but I can't seem to reproduce your error. I created a > file at the path specified and it works perfectly. Are you sure that you > have the exact filename and that you have access to it? (I guess it's > windows 98, so you pretty much

Re: Openning Files Names with Embedded Spaces

2003-11-29 Thread Jeff Westman
Rob Dixon <[EMAIL PROTECTED]> wrote: > Jeff wrote: > > > > I am using Active Perl under Windoze 98. I am trying to open a file that > has > > embedded spaces. I tried escaping the spaces as well, and that didn't > work > > either. > > > > #! perl -w > > $file = "c:\\win\\start menu\\programs\\sy

Re: Openning Files Names with Embedded Spaces

2003-11-26 Thread R. Joseph Newton
Jeff Westman wrote: > Hi, > > I am using Active Perl under Windoze 98. I am trying to open a file that has > embedded spaces. I tried escaping the spaces as well, and that didn't work > either. > > #! perl -w > $file = "c:\\win\\start menu\\programs\\system\\tbs montego\\_visit turtle > beach we

Re: Openning Files Names with Embedded Spaces

2003-11-26 Thread Rob Dixon
Jeff wrote: > > I am using Active Perl under Windoze 98. I am trying to open a file that has > embedded spaces. I tried escaping the spaces as well, and that didn't work > either. > > #! perl -w > $file = "c:\\win\\start menu\\programs\\system\\tbs montego\\_visit turtle beach web > site.lnk"; >

RE: Openning Files Names with Embedded Spaces

2003-11-25 Thread Tim Johnson
Granted, I'm on XP, but I can't seem to reproduce your error. I created a file at the path specified and it works perfectly. Are you sure that you have the exact filename and that you have access to it? (I guess it's windows 98, so you pretty much have access to everything...) Try pasting t