Sheley
Jul 11th, 1999, 12:02 PM
Hi there..
What is the code for diskcopy all files from one selected drive to and other selected drive... for example copy everything from drive A to drive C root directory....?
I try to use the following code in VB6 and I have (div1, drive1 and file1) in my form.
copyfile "a:\*.*", "c:\*.*"
and what is File System Object?
Thank You
Sheley
What is the code for diskcopy all files from one selected drive to and other selected drive... for example copy everything from drive A to drive C root directory....?
I try to use the following code in VB6 and I have (div1, drive1 and file1) in my form.
copyfile "a:\*.*", "c:\*.*"
and what is File System Object?
Thank You
Sheley