Configuration | Auto Execute | Batch | Misc Navigation(DOS - Disk Operating System)TIP: Tips and Tricks are highlighted in red throughout this page. Drive to DriveTo move to another drive, simply type the drive letter followed by a colon and press enter; eg; A: [Enter] - to position yourself on the A: drive to look at the floppy drive contents.Looking AroundWith the use of just two commands, CD & DIR, you can move to any location on your drives, check the contents of a directory (folder) in a variety of ways, show hidden and system file or directories, or list your entire disk contents. These commands do not modify any information, they only show it to you. TIP: If you want to know the options available for a command, followed it with /? The commands are:
DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]]
[drive:][path][filename] - Specifies drive, directory, and/or files to list.
/P - Pauses after each screenful of information.
/B - Uses bare format (no heading information or summary).
/L - Uses lowercase.
/V - Verbose mode.
Switches may be preset in the DIRCMD environment variable. Override
preset switches by prefixing any switch with - (hyphen)--for example, /-W.
Type DIR drive: to display the current directory in the specified drive without actually changing to the drive.
And
Displays the name of or changes the current directory.
CHDIR [drive:][path]
.. Specifies that you want to change to the parent directory.
If you need a better explanation of what you are looking at, and how things are arranged, read the 'The Big Picure'. The DOS help screen may look overwhelming, so let's look at the most common options used with these commands. Typing these commands alone will show you every file and folder on your drive. But, by adding a few keystrokes, you can customize the information they give you!
TIP:You can force DOS to a default display style when you type dir by adding a line to your AUTOEXEC.BAT file. It's in the top folder of your C: drive.
Here's an example line: SET DIRCMD=/W/O:N This will set you default directory display to wide with the files in order by name. Check the options in the command information to select a display format.
Here are some tips for moving around.
|