answersLogoWhite

0

You move a file using which commands?

Updated: 8/21/2019
User Avatar

Tanisetaylor

Lvl 1
10y ago

Best Answer

You need to use the MS-DOS commands to move a file.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: You move a file using which commands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When using FTP what are the file navigation commands?

IPCONFIG and PING


What dos commands do you use to transfer files?

MOVE as well as COPY and XCOPY, which leave the source file where it was.


How do you copy and paste using a batch file?

a batch file is used to automate the running of commands at a command prompt using the program command.com or cmd.exe. There are not any default available commands that will copy to or from the clipboard. You must use a 3rd party executable and pipe (|) the results to and from it.


What is the advantage of using shortcuts?

You move your hands less and save time when performing commands.


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


How do you rename files in QNX?

QNX's shell is POSIX compliant, so you can use Unix commands on the system. To "rename" a file, you move it. mv oldfilename newfilename is equivalent to renaming the file.


A file that stores multiple DOS commands is called?

Batch File


What is stat command in Linux?

Displays the detailed status of a particular file or a file system. You can always refer manual pages for linux commands using the terminal using the "man" keyword before the actual command. ex:- man stat


What text file contains a series of commands that are executed in order?

Batch File


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.


Explain any six file commands in C plus plus?

There's no commands in C++.


What is a script file in Linux?

A script is a file that contains a set of commands to be performed. Instead of you manually entering all of the commands into the console, the script is run and does it automatically.