A ansi.sys | append | arp | assign | assoc | at | atmadm | attrib
B batch | backup | bootcfg | break
C cacls | call | cd | chcp | chdir | chdsk | chkntfs | choice | cipher | cls | cmd | color | command |comp | compact | control | convert | copy | ctty
D date | debug | defrag | del | delete | deltree | dir| disable | diskcomp | diskcopy | diskpart | |doskey | dosshell | driveparm
E echo | edit | edlin | emm386 | enable | endlocal | erase | exit | expand | extract
F fasthelp | fc | fdisk | find | findstr | fixboot | fixmbr | for| format | ftp | ftype
G goto | gpupdate | graftabl
H help | hostname
I if | ifhlp.sys | ipconfig
K keyb
L label | lh | listsvc | loadfix | loadhigh | lock | logoff | logon
M map | md | mem| mkdir | mode | more | move | msav | msbackup | msd | mscdex | mwbackup
N nbtstat | net | netsh | netstat | nlsfunc | nslookup
P path | pathping | pause | ping | popd | power | print | prompt | pushd
Q qbasic
R rd | reg | ren | rename | rmdir | route | runas
S scandisk | scanreg | set | setlocal | setver | sfc | share | shift | shutdown | smartdrv | sort | start | subst | switches | sys | systeminfo | ystemroot
T taskkill | telnet | time | title | tracert | tree | type
U undelete | unformat | unlock
V ver | verify | vol
Explain :-
About cd
CD (Change Directory) is a command used to switch directories in MS-DOS.
Syntax
CD [drive:][path]
CD[..]
About chdir
Chdir (Change Directory) is a command used to switch directories in MS-DOS.
Syntax
CHDIR [drive:][path]
CHDIR[..]
About copy
Allows the user to copy one or more files to an alternate location.
About date
The date command can be used to look at the current date of the computer as well as change the date to an alternate date.
About del
Del is a command used to delete files from the computer.
About dir
The dir command allows you to see the available files in the current and/or parent directories.
About dir
Erase is a command used to remove files from your computer's hard disk drive and or other writable media.
Syntax
Deletes one or more files.
DEL [drive:][path]filename
ERASE [drive:][path]filename
About exit
The exit command is used to withdrawal from the currently running application and/or the MS-DOS session.
About help
Help is used to access the information and help file from a MS-DOS prompt.
for example:
dir -help
or
dir /?
About hostname
Display the hostname of the machine the command is being run on. Additional information about the term hostname can be found on our hostname dictionary definition.
About logoff
The logoff command is an external command that allows a user to quickly logoff their computer from the command line or within a batch file.
About logon
The logon command is a recovery console command that lists the installations of Windows 2000 / Windows XP and requests the local administrator password for those installations.
About map
The map command is a recovery console command that displays the physical device name of a drive letter.
About md
Allows you to create your own directories in MS-DOS.
Syntax
Creates a directory.
MKDIR [drive:]path
MD [drive:]path
About ping
Helps in determining TCP/IP Networks IP address as well as determine issues with the network and assists in resolving them.
See our dictionary ping definition for additional information.
About rd / rmdir
Removes empty directories in MS-DOS. To delete directories with files or directories
About ren and rename
Used to rename files and directories from the original name to a new name.
Syntax
Renames a file/directory or files/directories.
RENAME [drive:][path][directoryname1 | filename1] [directoryname2 | filename2]
REN [drive:][path][directoryname1 | filename1] [directoryname2 | filename2]
About start
Enables a user to start a separate window in Windows from the MS-DOS prompt.
About tree
Allows the user to view a listing of files and folders in an easy to read listing.
About time
Allows the user to view and edit the computer's time.
About lock / unlick
Lock allows a user to lock a drive, enabling direct disk access for an application.
Unlock allows a users to unlock a drive, disabling direct disk access for an application
Syntax
LOCK [drive:]
drive:
Specifies the drive that needs to be locked.
UNLOCK [drive:]
drive:
Specifies the drive that needs to be unlocked.
About ver
Displays the version of MS-DOS or if running
About verify
Enables or disables the feature to determine if files have been written properly.
About vol
Displays the volume information about the designated drive.
About comp
A simple compare that compares two or more files.
Syntax
Compares the contents of two files or sets of files.
COMP [data1] [data2]
About xcopy
Xcopy is a powerful version of the copy command with additional features; has the capability of moving files, directories, and even whole drives from one location to another.
About path
Path is used to specify the location where MS-DOS looks when using a command.
No comments:
Post a Comment