Directories creating but files are not copying

2002-03-18 Thread John Marion
I have been working on this script for a little while and hope that I can find some fresh eyes to look at it. I create a list then use the list to create the directories. Once the directories are created I would like to recurse the files into the directories that they are coming from ( this is a

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

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;

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