PDF download Download Article
An easy guide to file management using the Windows command terminal
PDF download Download Article

Everyone understands that Computers can be difficult. At times, Computers just do the exact opposite of what the user tells them, and this can get really frustrating. This is where the Windows Command line Terminal comes into play. The Command line Terminal acts as a sort of direct communication line with the device. In the sense that whatever you input into the Terminal, the Computer will do exactly as instructed. This allows for users to effectively utilize the Terminal as a plan B whenever the software of their device seems to be malfunctioning. When an operating system or software fails and won’t allow the user to move any of their precious files, it can cause a logistical issue. This why learning how to move files using the Command line Terminal can be so useful.

Part 1
Part 1 of 3:

Accessing the Command Line Terminal

PDF download Download Article
    • All versions of the Microsoft Windows Operating system have some form of the Start Menu, typically associated with the Microsoft logo itself.
    • The term “cmd” is the Microsoft term for the Windows Terminal
    Advertisement
  1. In order to properly move files, one must be logged in as an administrator, to do this after selecting the Command line icon click “Run as Administrator”.
    • The Command line icon appears as a black box with a little scribble in the top left. This is indicative of the GUI of the Terminal which is literally just a black background with white text.
  2. Advertisement
Part 2
Part 2 of 3:

Understanding the Syntax

PDF download Download Article
  1. At the prompt line type in “move /?”
    • The “move” command will be the primary command used to transport files/folders in the Windows Terminal.
    • The “/?” option of the command is essentially a help manual. With any command, after inputting “/?”, it brings up a manual for all the respective options and varieties for that respective command.
    • The “dir” command essentially lists all the files/folders that are situated in your current directory. It is short for directory.
    • The file names that are listed in blue are all files that can be accessed by the current user, those in white are only available to administrators.
    • Keep in mind, the copy command simply duplicates a file/folder and pastes it to the intended destination. The original file/folder still exists in its original spot and must be deleted.
    • If you wish to do this, simply input “del [filename]”, and the file/folder should be deleted
  2. If you are planning on moving your files to a new directory it is important to first establish this new directory before moving the files. To do this simply input “mkdir [filename]”.
    • The command “mkdir” stands for “make directory”
    • A directory is a file system that stores and organizes a variety of files, folders, documents, and even other directories
  3. Advertisement
Part 3
Part 3 of 3:

Inputting Commands

PDF download Download Article
  1. To move a file/folder simply input “move [filename] [destination]” into the prompt.
    • The terms in brackets should be replaced with their literal substitutes.
  2. To copy a file/folder in Windows simply type in “copy [source] [destination]”
    • There is no need to do a paste command of any sort, technically speaking it is already in the command. The destination half of the command represents the paste command.
  3. Simply type in “cd [directory]”, and then input “dir” to display all the stored files/folders.
    • If done properly, the name of the file/folder should appear in blue
  4. Advertisement


Expert Q&A

Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Thanks to all authors for creating a page that has been read 29,599 times.

      Is this article up to date?

      Advertisement