answersLogoWhite

0

Eat a sausage pie :)

-Wedlake answers incorporated

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you copy a folder using ms-dos?

The COPY command


Copy con command used for?

In MS-DOS, the copy con command is used for the creation of files from the command line. From the command line enter "copy con" and the name of the file desired to be created.


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


What is the difference between copy con and copy in MS-DOS?

In MS-DOS, "copy con" is a command used to create a new text file and enter text directly from the command prompt. On the other hand, "copy" is a command used to copy files from one location to another. The "con" in "copy con" stands for console, indicating that the text is being copied from the console input.


How do you copy and paste in MS-DOS?

You just need to copy in DOS.. It will automatically paste it.. To copy any file, run "copy" command.. Say you want to copy a file "data" from C: to D:, run "copy C:\data D:" and press enter.. It will automatically get paste..


How do you copy and paste in MS DOS?

You just need to copy in DOS.. It will automatically paste it.. To copy any file, run "copy" command.. Say you want to copy a file "data" from C: to D:, run "copy C:\data D:" and press enter.. It will automatically get paste..


Which one of the DOS commands sends contents of the screen to an outpur device?

The DOS command that sends the contents of the screen to an output device, such as a printer, is the COPY command. You can use it in the format COPY CON > PRN to copy the contents displayed on the console to the printer. Additionally, you can redirect output from commands using > to save it to a file or device.


What is the use of the copy command in MS-DOS?

The copy command in MS-DOS is used to duplicate files from one location to another within the file system. It allows users to specify the source file and the destination, enabling efficient file management. Additionally, the command can be used to combine multiple files into one, such as merging text files. Overall, it serves as a fundamental tool for file manipulation in the MS-DOS environment.


What is the s switch in formats?

When using the format command in DOS, the /s command-line argument "format c: /s" tells the system to copy over the system files necessary to make the drive DOS bootable. It is the same as using the "sys" command after finishing the format.


What is the difference between Copy Xcopy and diskcopy?

These are all DOS commands for the old PC DOS operating system. Copy could copy some combination of file or files (via wildcards) within a given directory, xcopy could do that as well as copy directories, diskcopy could make duplicates of disks usually floppy disks.


Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?

XCOPY/D : date


Function of dos command?

The DOS command (Disk Operating System command) is a command-line interface used to interact with the operating system. It allows users to perform various tasks such as file management (copying, moving, deleting files), system configuration, and executing programs. DOS commands are essential for automating processes and managing system resources without a graphical user interface. Common commands include DIR (to list directory contents), COPY (to copy files), and DEL (to delete files).