RE: directory creation help

2002-03-20 Thread John Marion
the scripts. Thanks -Original Message- From: John Marion [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 8:50 PM To: [EMAIL PROTECTED] Subject: directory creation help Well I changed the make up of lines 137 and 138. This is where the problem lies. I cannot make a drecotry that

RE: directory creation help

2002-03-19 Thread Timothy Johnson
uot;\\$_"; if(!-e $dir){ mkdir($dir); } } -Original Message- From: John Marion To: [EMAIL PROTECTED] Sent: 3/19/02 6:49 PM Subject: directory creation help Well I changed the make up of lines 137 and 138. This is where the problem lies. I cannot make a drecotry that is part of

directory creation help

2002-03-19 Thread John Marion
Well I changed the make up of lines 137 and 138. This is where the problem lies. I cannot make a drecotry that is part of the list that I use (ie: ..\apps\dll ) and then copy all the associated dll files into it. Anything would be greatly appreciated. John #!C:\NTRESKIT\perl #use File::Copy;

Directory creation help

2002-03-19 Thread John Marion
I can get the files to copy but I cannot get the directories to create. See sub movefiles and sub move directory. #!C:\NTRESKIT\perl #use File::Copy; #does C:\ntapps\common\C exist? #add user notification using Win32::Console $startdir = "\\ntapps\\common\\c"; @filespec = ('exe', 'dll'); @fil