answersLogoWhite

0


Best Answer

If you are trying to copy files from a location or to a location whose name has spaces, you will need to put the " " around the location for it to work. For example:

copy C:\Users\Noah\Desktop\File.txt "C:\Program Files\Folder\File.txt"

or

copy "C:\Users\Noah\My Music\Music.mp3" C:\Program Files\Folder\Music.mp3

OR

copy "C:\Users\Noah\My Pictures\Picture.jpg" "C:\Program Files\Folder\Picture.jpg

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Your batch is not copying the file to the mapped drives?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the extension of batch file?

the extension of a batch file is ".bat"


Can a file with a weird extension but with batch file code be read using another batch file?

Nope, the format of a file is a vital part of a successful batch file. Even if a file with an unknown file format contains working batch file code in it, a batch file will still not be able to read it because of its foreign file extension. If you want the batch file to be able to read the foreign file, then you can set it to rename the mutated file to .bat format and then read it for it to work. Example: @Echo off REN File.Foreign File.bat CALL File.bat exit


What is a batch file?

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.


How do you change a file to unknown file?

Here's the code: @echo off RENAME "File extension and/or location" "File location and new format" exit The code will select the file(s) you mapped and rename them into the format and name you want them to be. For example: @echo off RENAME WikiAnswers.txt WikianswersRule.exe exit The batch file will locate the file named WikiAnswers.txt, then rename it to WikiAnswersRule.exe


How do you extract code from batch file?

You can just open the batch file with notepad and look at the code


What is it called to process of copying a file from the Web to your computer?

Downloading is copying a file from the Web to your computer.


Is there any batch file editor to create batch file without learning syntax?

You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.


A file with a bat file extension is called an what?

A batch file.


What is Batch File Maker?

you can use notepad for creating a batch file. just when you save the file that you made, add .bat as a file extension. like this: "sample.bat".


What do you call a little program made from batch file?

A Batch Script


A group or list of commands?

A Batch. generally in a BATch file.


What program do you use to open a batch file?

Hey want to learn batch?? Well a batch file does not need a program (I.E a compiler or interpreter) like in other languages like C++ and Python. No a batch file is just saved a certain way.