|
To make a copy of a dir:
WINDOWS:
Navigate to the directory that the dir you want to copy is in, for example if the directory was C:\Program Files\Camera\ you would go to C:\Program Files\ then right click on the directory and click on copy. go to the C Drive and right click in a blank space and hit paste.
DOS (easier):
Open the command prompt, then type "COPY Name of dir Name of dir2" for example if the dir was C:\Program Files\Camera, you would type "COPY C:\PROGRA~1\CAMERA C:\PROGRA~1\CAMERA2"
|