Waivio

Recommended Posts

Complete List of MS-DOS Commands

1 comment

ambermil1.705 years ago2 min read

https://www.lifewire.com/thmb/-h2UaJEomD9lUzN1_mmiLzwqjA8=/3000x2000/filters:fill(auto,1)/dos-commands-4070427_FINAL-1499e07fa2c44c2690c1ba8a53b53f00.png

CommandDescription
AppendThe append command can be used by programs to open files in another directory as if they were located in the current directory.
AssignThe assign command is used to redirect drive requests to a different drive. This command can also show drive assignments and reset drive letters to their original assignments.
AttribThe attrib command is used to change the attributes of a single file or a directory.
BreakThe break command sets or clears extended CTRL+C checking on DOS systems.
CallThe call command is used to run a script or batch program from within another script or batch program. The call command has no effect outside of a script or batch file. In other words, running the call command at the MS-DOS prompt will do nothing.
CdThe cd command is the shorthand version of the chdir command.
ChcpThe chcp command displays or configures the active code page number.
ChdirThe chdir command is used to display the drive letter and folder that you are currently in. Chdir can also be used to change the drive and/or directory that you want to work in.
ChkdskThe chkdsk command, often referred to as check disk, is used to identify and correct certain hard drive errors.
ChoiceThe choice command is used within a script or batch program to provide a list of choices and return the value of that choice to the program.
ClsThe cls command clears the screen of all previously entered commands and other text.


Shared On DLIKE

https://dlike.io/images/dlike-logo.jpg

Comments

Sort byBest
AI
Waivio AI Assistant
How can I help you today?