Sistemi operativi - DOS - Comandi Sistemas de exploração - DOS - comandos Betriebssysteme - DOS - Befehle Systèmes d'exploitation - DOS - Commandes Sistemas operativos - DOS - Comandos
Command Description
dir lists the contents of a folder
cd changes folder
cd .. parent folder
md or mkdir creates a new folder
deltree deletes a folder and all sub-folders
copy, xcopy copies a file
move moves a file
del deletes a file
type displays the contents of a file
type |more displays file contents page by page, pausing after each page
help help for the given command
print prints the given file
attrib (-/+r, -/+a, -/+s, -/+h) changes a file's attributes (- deactivates, + activates, r: read-only, a: archive, s: systeme, h: hidden file)
format formats the given drive
label assigns a drive name to a drive
ver gives the version number


Last update on Thursday October 16, 2008 02:43:13 PM.This document entitled « Operating Systems - MS-DOS - Commands » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Best answers for « Operating Systems MS DOS Commands » in :
Operating Systems - Installing MS-DOS Show Installing MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
Basic MS-Dos commands Show Basic MS-Dos commands Intro The command prompts: Intro Here is a list of basic commands that you can use in a DOS prompt (e.g. a using a boot disk). To have additional information about these commands, type /? after entering the...
Operating Systems - MS-DOS - Tips Show Setting the CD-ROM drive The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do...
Mounting a partition FAT-16(MS-DOS) ShowMounting a partition FAT-16(MS-DOS) To mount a partition as from FAT 16, you just have to type the following: mount -t msdos /dev/hda1 /mnt/hdd The file system ms-dos (FAT-16) must be installed in the Kernel in filesystems...
Manage XP and Vista users using dos commands ShowManage XP and Vista users using dos commands Enabling or disabling a user Set a password Requiring a user to change password at next logon Specify if the user has the right to change his password Set the minimum length of a password for all...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
Download VEDIT Pro64 ShowVEDIT Pro64 is a text editor for Microsoft Windows and MS-Dos . Advantage VEDIT Pro64 supports multi-editing window . It offers a fully configurable keyboard , emulations and more than 250 parameters . Disadvantage VEDIT Pro64 is a...
Operating Systems - Customising DOS ShowThe DOS start-up procedure is defined in the autoexec.bat and config.sys files located in the root of your "C:\" drive. We highly recommend making back up copies of these files before modifying them. To deactivate a line of command in either file...
Operating system ShowDescription of the operating system For a computer to be able to operate a computer programme (sometimes known as application or software), the machine must be able to perform a certain number of preparatory operations to ensure exchange between...
MS DOS Files and directories ShowFiles in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...