answersLogoWhite

0

copy

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What program command saves a copy of a file under a different name?

The Save As command.


What utility on Linux can be used to copy a file including text and executable program binary files?

The cp command does that.


Command used to make a copy of the original company file?

copy file filecopy


Which command is used to create a duplicate cop of a file while leaving the original file intact?

copy command ofcource.. from command prompt.. copy <source file path> <filename> <destination file path> say u want to copy ram.txt from c: to d: copy c:\ram.txt d: and press enter..


Looking at a program file name and file extension how can you tell if the program is a MMC snap- in or command program?

Tools executed from a command line have an .exe file extension and MMC Snap ins have .msc file extension.


To make a copy of a file use the command?

You can use cp command to make a copy of a file. cp <file 1> <file 2> If you want to make a copy of the entire directory then use the recursive option cp -r <dir 1> <dir 2>


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.


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.


Show how you would use the COPY command to rename a file?

copy source_file.txt new_copy.txt


Looking at a program file name and extension how can you tell if the program is a MMC snap-in or a command-line program?

Tools executed from a command line have an .exe file extension and MMC Snap ins have .msc file extension


Cp command vs ln command in unix?

cp, or "copy", makes an exact duplicate of a file and puts it in the specified location. ln instead makes a "link" to the file. The advantage of using ln is that it saves space on the hard drive, and operations applied to the link will affect the target.


How can I use ffmpeg to copy subtitles from one video file to another?

To copy subtitles from one video file to another using ffmpeg, you can use the following command: ffmpeg -i inputvideo.mp4 -i inputsubtitle.srt -c copy -scodec movtext outputvideo.mp4 This command will copy the subtitles from the inputsubtitle.srt file to the outputvideo.mp4 file without re-encoding the video.