answersLogoWhite

0

What else can I help you with?

Related Questions

What switch do you use with Xcopy or Robocopy to copy?

/s


What switch do you use with xcopy or robocopy to copy subdirectories?

/s


Copy and Xcopy are same in the sense?

The Copy and Xcopy are the same in the sense that both copy the files and directory trees to another folder.


What command replaces xcopy?

robocopy


What can one obtain from the website Xcopy?

Xcopy is the website for the business Express Copy in Portland, Maine. Their main product is document printing, which they offer a full line of services.


What is the difference between the Copy command and he Xcopy command?

d


What slash and alphabet represents hidden in a batch script?

In a batch script, the slash ("/") is often used to indicate command options or switches, while the alphabet that follows specifies the particular option being invoked. For example, in the command xcopy /s, the "/s" is a switch that tells the xcopy command to copy directories and subdirectories except empty ones. This convention helps in modifying the behavior of commands based on user requirements.


What is the best way to copy a CD?

Some new programs may be able to pass through the read only protection, if your program does not you will have to copy to hard drive first, then disable the "read-only" attribute of files by right-clicking files, and selecting "properties". In properties un-check the box "read only" and save. To copy files to hard drive you will have to use "Command Prompt" accessible from the start menu, or you can go start>run>cmd.exe Once in command prompt the command to copy read only files is xcopy: xcopy (directory to copy from ex. e:\) destination (enter destination parameters here) and hit enter for more information you can also use the command: xcopy /? if still in trouble try to google xcopy


How can you move a directory from one drive to another drive through DOS?

xcopy /I


What command follow the same general command source destination?

Xcopy Command


What command supports copying sub directories?

xcopy c:\'dirname'/s


What is the DOS copy command to copy a complete directory to multiple 3.5 inch floppies?

To copy directory, you need to run xcopy command.. You can not copy directory with copy command.. xcopy c:\*.* /s/e a:\ This will copy entire contents to A drive..