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
Of course, .lnk files are not text files, so if you really want to manipulate the link, you should use Win32::Shortcut. -Original Message- From: Jeff Westman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:33 PM To: perl_help Subject: Openning Files Names with Embedded Spaces

Openning Files Names with Embedded Spaces

2003-11-25 Thread Jeff Westman
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 web site.lnk"; print "file = $file\n";