answersLogoWhite

0


Best Answer

Not sure why you'd want to copy notepad.exe anywhere, however the command is:

copy c:\windows\notepad.exe "c:\my folder"

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command to copy notepad.exe to a folder?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you copy a folder using ms-dos?

The COPY command


What is the command to copy all data and subfolders from the Adata folder to the Cdata folder?

copy a:\data\*.* c:\data\


Enter the command to copy the document invoicedoc to the backup folder in the current directory?

copy invoice.doc backup\


What is he command to copy myfiledat from the root directory of drive a to the data folder on drive c?

COPY A:\ C:\DATA (note that there's a space between a:\ and C:\data)The command you use will depend on the operating system you're using.On Windows, the command is copy. The following example would copy the file to the windows folder on drive c: copy a:\myfiledat c:\windowsOn Linux, the command is cp.When using either of these commands, if either the source file or destination folder/file contains spaces you'll have to place quotes around it. copy a:\myfiledat "c:\folder with spaces"


What happens when you drag a file or folder from one disk to another?

Where you drag from one folder to another on the same drive, Windows interprets this as a CUT/PASTE command and moves the file from one folder to the other. Where you drag a file to a folder on another drive, Windows interprets this as a COPY/PASTE command and creates a duplicate of the file in the target folder.


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.


You need 10 duplicates of one floppy this describe how to do this using two different method?

1. You can use WE to copy files on the floppy disk to a folder on the hard drive, then copy contents of the folder to the 10 disks. 2. Use a command prompt window, use the copy command to copy files on the floppy disk to a folder on the hard drive, then use the copy command to copy the contents of the folder to the 10 disks.


How do you send photos from documents to pictures folder?

The simplest way is to copy the files. Go to the documents and right click -> Copy. Now go to pictures folder and right click-> paste. Advanced users can also do so using command prompt.


How do you install tasm?

There is no need o install tasm. You just need to copy the folder to your OS directory i.e C:\ just paste the folder there and now you can use tasm using the command prompt.


How do you add any file in to startup list with batch file?

You'll need to use the copy command and copy files you want to add in startup into the statup folder via the batch file, but you need to list the file(s) you want to copy and map the location of the startup folder depending on your computer type.


How do you delete a folder from command prompt?

In Dos-just write (DEL Folder Name) this command will delete all the Files inside that folder,then write (RD Folder Name) This will Remove your Folder. Remember both command contain Same folder name. Which you want to Delete.(DEL)command is used to delete Files. (RD) command is used to delete Folder


What is the Command to create a folder?

mkdir