answersLogoWhite

0

How do you copy on the Command Prompt example?

Updated: 8/18/2019
User Avatar

Wiki User

8y ago

Best Answer

The syntax is copy .

Example: you want to copy a file named "resume.doc" from your Desktop to your flash drive (assigned by Windows as E:), you will do copy C:\Users\\Desktop\resume.doc E:\(where is your user name on your computer).

User Avatar

Wiki User

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

Wiki User

9y ago

The command used is copy

Copies one or more files to another location.

COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/L] [/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.

/L If the source is a symbolic link, copy the link to the target

instead of the actual file the source link points to.

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).

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you copy on the Command Prompt example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you copy files or folders?

To Copy files, Rightclick it and click Copy, or press CTRL + V. Same for folders. For Command Prompt... A=copy C:\System32 (OR) copy C:\System32. To open Command Prompt, open your Start menu, type cmd. This should open it.


Can you put command prompt on a USB?

Yes you can put command prompt on a USB. I tried it out. Al you have to do is copy and paste it, just like other files. It was only 2 KB.


What can the user do from the command prompts?

There are a lot of things you can do with command prompt. For example, you can change the time or the date, chnage the password, ect. Just type HELP in the command prompt to see the list of things available to do.


What command and prompt are used to save a router configuration file to the TFTP server?

RouterC#copy running-config tftp [copy run tftp]


What if you copy paste a file from Google is that downloading?

It is considered downloading if the pgn file is corrupted or if the nano-script isn't hacked. To determine whether or not it is hacked, you must go into the command prompt. to get to the command prompt type in the search programs and files "Command" hit the thing that pops up. type " Shutdown /s " in the command prompt and it will determine whether or not the file is bad.


Which prompt represents the appropriate mode used for the copy running-config startup-config command?

**Switch-6J#


How do you exit a prompt command?

Use "prompt $p$g" command.


Command prompt doesn't show if my PC is running in safe mode with command prompt?

Safe mode with command prompt option is totally depends on DOS shell, hence there is no need for separate command prompt..


How can you change the drive in command prompt?

Just type in the letter and a colon. For example, "D:".


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


What two commands can you use from the command prompt to perform the same function as the Files and Settings Transfer Wizard?

XCopy or Copy


What is the horizontal line on the top left of computer called?

That is called a cursor. If you are talking about a one-space long horizontal line that 'blinks' when the rest of the screen is all black, that is for a DOS command. Prior to the original Windows, all computers ran from the DOS prompt. For example, to copy a file you needed to go to the DOS prompt and type in a command line and the entire file name. The command line uses switches, e.g. the forward slash \ and spaces between pieces of the command. The way it was written had to be exact. Today, you will find the DOS command prompt under "Run" and type in cmd into the box. Google for "command prompt syntax" for lists of common commands.