Re: names with spaces

2002-12-17 Thread Rob Dixon
Johnson, Shaunn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 5:45 PM Subject: RE: names with spaces > --i've tried that, but, this is the results from that: > > [snip] > > /i/Depression Management/Mailing/test/03 > /i/Depressio

Re: names with spaces

2002-12-17 Thread Rob Dixon
l Message - From: "Johnson, Shaunn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 5:26 PM Subject: names with spaces > Howdy: > > I thought that this worked, but, I have a script where > I try to get a list of file names that ha

RE: names with spaces

2002-12-17 Thread Kipp, James
can you send me the entire script again. already deleted the first one > -Original Message- > From: Johnson, Shaunn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 12:46 PM > To: '[EMAIL PROTECTED]' > Subject: RE: names with spaces > > > -

RE: names with spaces

2002-12-17 Thread Johnson, Shaunn
--i've tried that, but, this is the results from that: [snip] /i/Depression Management/Mailing/test/03 /i/Depression Management/Mailing/test/04 /i/Depression Management/Mailing/test/05 /i/Depression Management/Mailing/test/06 ls: /i/Depression: No such file or directory*** this is breaking **

RE: names with spaces

2002-12-17 Thread Kipp, James
> > The problem is, the first step is to create a sub-directory > in a path that have spaces in the names. > > I thought I fixed it, but, it seems that the script > fails one way or the other (building the sub-directory > or the creation of the files). > > Can someone tell me why this is not work

RE: names with spaces

2002-12-17 Thread Paul Kraus
INLINE > -Original Message- > From: Johnson, Shaunn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 12:26 PM > To: '[EMAIL PROTECTED]' > Subject: names with spaces > > > Howdy: > > I thought that this worked, but, I have a sc

names with spaces

2002-12-17 Thread Johnson, Shaunn
Howdy: I thought that this worked, but, I have a script where I try to get a list of file names that have spaces and do something with those files (in this example, I'm making ISO images out of them). The problem is, the first step is to create a sub-directory in a path that have spaces in the na

Re: network file directories and directory names with spaces

2002-02-28 Thread Jenda Krynicky
From: "Eric Peers" <[EMAIL PROTECTED]> > Based on a lack of replies to my post of yesterday, I'm assuming that > perl running on a Windows machine can not access a Windows directory > with spaces in the directory path (i.e. D:\scripts\perl script > files\). Based on lack of i

RE: network file directories and directory names with spaces

2002-02-28 Thread Timothy Johnson
Oh, sure, if you actually want to READ it later... :} -Original Message- From: Stout, Joel R [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 1:22 PM To: 'Timothy Johnson'; 'Eric Peers'; [EMAIL PROTECTED] Subject: RE: network file directories and directo

RE: network file directories and directory names with spaces

2002-02-28 Thread Stout, Joel R
: 'Eric Peers'; [EMAIL PROTECTED] > Subject: RE: network file directories and directory names with spaces > > > > Perl CAN access windows directories with spaces in the > directory path. You > can test it out like this: > > opendir(DIR,"testmachine\\

RE: network file directories and directory names with spaces

2002-02-28 Thread Eric Peers
Hmmm, no I haven't. And so obvious! Will give it a try shortly. Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: network file directories and directory names with spaces

2002-02-28 Thread Timothy Johnson
ED] Subject: network file directories and directory names with spaces Based on a lack of replies to my post of yesterday, I'm assuming that perl running on a Windows machine can not access a Windows directory with spaces in the directory path (i.e. D:\scripts\perl script files\). I've

network file directories and directory names with spaces

2002-02-28 Thread Eric Peers
Based on a lack of replies to my post of yesterday, I'm assuming that perl running on a Windows machine can not access a Windows directory with spaces in the directory path (i.e. D:\scripts\perl script files\). I've been given permission to change the spaces to underscores, so for the moment that

RE: file names with spaces in perl

2002-02-27 Thread Jenda Krynicky
From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > --Yeah, I did cut and past, but I missed > the backticks at the beginning and > end of the command (mkisofs) and > the end of the line. No problem, just wanted to be sure. > --The readdir option - not sure if I follow, > but I will

RE: file names with spaces in perl

2002-02-27 Thread Johnson, Shaunn
Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: Re: file names with spaces in perl From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > I'm having a problem with tr

Re: file names with spaces in perl

2002-02-27 Thread Jenda Krynicky
From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > I'm having a problem with trying to get > a list of files with spaces in them. > > I'm writing a perl script that goes into > a directory, get a list of files with spaces > in them (this is a file.doc) and run a > mkisofs command aga

file names with spaces in perl

2002-02-27 Thread Johnson, Shaunn
Howdy: I'm having a problem with trying to get a list of files with spaces in them. I'm writing a perl script that goes into a directory, get a list of files with spaces in them (this is a file.doc) and run a mkisofs command against it. I can get a list of the files: [example] $debug=2; forea