Copying a Directory and it's files

2000-08-15 Thread Jake Hileman
CFFILE ACTION="Copy" SOURCE="d:\apps\cgi-bin\*.*" DESTINATION="d:\www\#domain#\cgi-bin\" I'm trying to copy a directory and it's contents to another directory... any ideas on how I can achieve this? I've tried many things with cffile and cfexecute... any help? jake

RE: Copying a Directory and it's files

2000-08-15 Thread Robert Everland
: Jake Hileman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 15, 2000 4:22 PM To: [EMAIL PROTECTED] Subject: Copying a Directory and it's files CFFILE ACTION="Copy" SOURCE="d:\apps\cgi-bin\*.*" DESTINATION="d:\www\#domain#\cgi-bin\" I'm trying to copy

Re: Copying a Directory and it's files

2000-08-15 Thread Jake Hileman
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 15, 2000 4:52 PM Subject: RE: Copying a Directory and it's files Why not get a list of files with cfdirectory then loop over your cffile action. I am sure there is a way to do it with cfexecute if you can pass variables to a batch file

RE: Copying a Directory and it's files

2000-08-15 Thread Justin Kidman
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 15, 2000 4:52 PM Subject: RE: Copying a Directory and it's files Why not get a list of files with cfdirectory then loop over your cffile action. I am sure there is a way to do it with cfexecute if you can pass variables to a batch

Re: Copying a Directory and it's files

2000-08-15 Thread Jake Hileman
Yeah that' what I'd figure I'd have to do but there are many many subdirectories also. Oh well. Jake - Original Message - From: "Justin Kidman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 15, 2000 7:22 PM Subject: RE: Copying a Directory and it's fi

Copying a Directory and it's files

2000-08-14 Thread Jake Hileman
CFFILE ACTION="Copy" SOURCE="d:\apps\cgi-bin\*.*" DESTINATION="d:\www\#domain#\cgi-bin\" I'm trying to copy a directory and it's contents to another directory... any ideas on how I can achieve this? I've tried many things with cffile and cfexecute... any help? jake