answersLogoWhite

0

How do you copy files in use?

Updated: 9/17/2019
User Avatar

Wiki User

14y ago

Best Answer

To copy a file to another file name in the same directory:

cp filename1 filename2

To copy the file to another directory bu keep the name:

cp filename /path/to/directory/

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

To get help on a DOS command put the /? switch after the command

copy /?

Copies one or more files to another location.

COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]

[+ source [/A | /B] [+ ...]] [destination [/A | /B]]

source Specifies the file or files to be copied.

/A Indicates an ASCII text file.

/B Indicates a binary file.

/D Allow the destination file to be created decrypted

destination Specifies the directory and/or filename for the new file(s).

/V Verifies that new files are written correctly.

/N Uses short filename, if available, when copying a file with a

non-8dot3 name.

/Y Suppresses prompting to confirm you want to overwrite an

existing destination file.

/-Y Causes prompting to confirm you want to overwrite an

existing destination file.

/Z Copies networked files in restartable mode.

The switch /Y may be preset in the COPYCMD environment variable.

This may be overridden with /-Y on the command line. Default is

to prompt on overwrites unless COPY command is being executed from

within a batch script.

To append files, specify a single file for destination, but multiple files

for source (using wildcards or file1+file2+file3 format).

To copy a file in the current (local) directory to a new file in the same directory use :

copy file1.ext file2.ext

NOTE : You must make sure to use the correct three character extension after the file name. In this case just make sure it doesn't change.

To copy a file in the local directory to a different directory you need to provide the entire path as shown :

copy file1.ext C:\NEW_DIR\file1.ext

To copy a file called file1.ext in C:\DIR_A to C:\DIR_B use :

copy C:\DIR_A\file1.ext C:\DIR_B\file1.ext

NOTE : copy will NOT create folders/directories for you automatically so you must have the desired folder/directory structure in place before you copy files to that structure. For help on creating folder/directory structures refer to the make directory md command help by typing md /? at the command prompt.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

There is command called COPY... or in Norton Commander use function-key F5

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you copy files in use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you copy files that are not next to each other?

You need to make use of the copy function to copy the files that are not next to each other.


What command in Linux do you use to copy files?

cp.


How do you copy files to ram in ms-dos?

To copy files to RAM in MS-DOS, you have to use the COPY function after converting the file to a system file with the *.sys extension.


How do you install c software from pendrive?

Use explorer.exe to copy files.


How do you copy from computer to disc in windows xp?

The best way to copy files from a computer to a disc is to write the same. Use a burning program to write the disc with the files that you want.


How do you use batch files to copy files from the same folder as the batch file?

Create a command script (or batch file) with the following commands: @echo off copy *.* <folder> Replace <folder> with the desired folder (may be relative to the current folder, or an explicit, fully-qualified folder). Note that the batch file will also be copied. You may alter the wildcard in order to limit which files you wish to copy, or use a series of copy commands to copy individual files, including wildcards where required.


How do you copy Files on Mario Kart Wii?

You can't copy files on Mario Kart wii


How do you keep saved files when formatting psp?

just use USB port of PSP and connect it to the computer then copy then saved files to your computer.


Total copy of any os file software?

most of the OS files are in use. so it's not possible to copy OS files while it is running. but instead you can use an application called norton ghost to copy the whole partition into an image on your HDD, and then copy the required file. another way is to turn off the PC, take the hdd and connect it to another PC as a second HDD (don't boot up from this HDD). after that you can copy all the OS files you need.


List four things you can do with nautilus?

View files Create files Open files Copy/move files Delete files View/Create/Open/Copy/Move/Delete folders


Steps to use nero9 to copy files from computer to a CD?

check out www.hack-ur-admin.blogspot.com


If you were a web developer how would you use an ftp?

I use ftp to copy/edit files on a remote server that hosts a website