CMD-XP.CMD commands

Source: Internet
Author: User
CMD-XP.CMD commands

The command here can be used to query some system information, determine the network quality, and detect the causes of network instability. It is also a commonly used command by hackers. Familiarizing yourself with these commands facilitates your work.

For more information about a command, enter the HELP command name.
ASSOC displays or modifies file extension associations.
AT is the command and program to be run on the computer.
ATTRIB displays or changes file attributes.
Set or clear the extended CTRL + C check.
CACLS displays or modifies the File Access Control List (ACLs ).
CALL calls this one from another batch processing program.
CD displays or changes the name of the current directory.
CHCP displays or sets the number of pages of the active code.
CHDIR displays or changes the name of the current directory.

CHKDSK checks the disk and displays the status report.
CHKNTFS Displays or modifies the boot time disk check.
CLS clears the screen.
COLOR sets the default console foreground and background COLOR.
COMP compares the content of two or two sets of files.
COMPACT Displays or changes the compression of files on NTFS partitions.
CONVERT Converts a FAT volume to NTFS. You cannot convert the current drive.
COPY Copies at least one file to another location.
DATE: displays or sets the DATE.
DEL deletes at least one file.
DIR Displays files and subdirectories in a directory.
DISKCOMP compares two floppy disks.
DISKCOPY copies the content of one floppy disk to another.
DOSKEY: edit the command line, call the Windows Command, and create a macro.
ECHO Displays the message, or explicitly opens or closes the command.
ENDLOCAL ends the localization of Environment Changes in the batch file.
ERASE deletes at least one file.
EXIT to EXIT the CMD. EXE program (command interpreter ).
FC compares two or two sets of files and displays
Different Places.
FIND searches for text strings in the file.
FINDSTR searches for strings in the file.
FOR runs a specified command FOR each file in a set of files.
FORMAT the disk for use with Windows.
FTYPE Displays or modifies the file type associated with the file extension.
GOTO direct the Windows command interpreter to a batch processing program
Is specified.
GRAFTABL enables Windows to display images
Extended character set.
HELP provides HELP information for Windows commands.
IF executes conditional processing in the batch processing program.
LABEL to create, change, or delete the volume LABEL of a disk.
MD creates a directory.
Create a directory using MKDIR.
MODE: configure the system device.
MORE: display a result screen at a time.
MOVE Moves the file from one directory to another.
PATH: displays or sets the search PATH for executable files.
PAUSE Suspends processing of batch files and displays messages.
POPD restores the previous value of the current directory saved by PUSHD.
PRINT a text file.
PROMPT to change the Windows command PROMPT.
PUSHD saves the current directory and changes it.
RD deletes the directory.
RECOVER restores readable information from the faulty disk.
REM record comments in a batch file or CONFIG. SYS.
Rename the file.
RENAME the file.
REPLACE the file.
Delete the RMDIR directory.
SET displays, sets, or deletes Windows environment variables.
SETLOCAL starts localization of Environment Changes in the batch file.
SHIFT changes the positions of parameters that can be replaced in a batch file.
SORT classifies input.
START starts another window to run the specified program or command.
SUBST Associates the path with a drive letter.
TIME: displays or sets the system TIME.
TITLE: Set the TITLE of the CMD. EXE session.
TREE displays the directory structure of the drive or path in graphic mode.
TYPE: displays the content of a text file.
Server displays the Windows version.
VERIFY tells Windows whether to VERIFY that the file has been correctly written to the disk.
VOL Displays the volume label and serial number of the disk.
XCOPY copies the file and directory tree.

CMD-CMD

Cmd-cmd.exe-Process Information

Path file: cmd or cmd.exe

Process name: Windows Command Prompt

Description:
Cmd.exe is a command line program in Microsoft Windows, similar to Microsoft's DOS operating system. Cmd.exe is a 32-bit command line program running on Windows NT/2000/XP. This is not a pure system program, but terminating it may cause unknown problems.

Prepared by: Microsoft Corp.
Belongs to: Microsoft Windows Operating SystemCMD-open mode

Start -- run -- Enter "cmd" -- OK

System Process: Yes
Background Program: No
Network used: No
Hardware related: No
Common error: Unknown N/
Memory usage: Unknown N/
Security grade (0-5): 0
Spyware: No
Advertising software: No
Virus: No
Trojan: No

SHIFT

Change the location of replaceable parameters in the batch file.

SHIFT [/n]

If the command extension is enabled, the SHIFT command supports the/n command option, which tells the command to SHIFT from the nth parameter; n between zero and eight. For example:

SHIFT/2

% 3 to % 2, % 4 to % 3, and so on. % 0 and % 1 are not affected.

SORT

SORT [/R] [/+ n] [/M kilobytes] [/L locale] [/RE recordbytes]

[Drive1:] [path1] filename1] [/T [drive2:] [path2 ]]

[/O [drive3:] [path3] filename3]

/+ N specifies the start character number n for each comparison. /+ 3 indicates that each comparison should start with the third character of each line. Rows with less than n characters are placed before other rows. Start from the first character in each line by default.

/L [OCALE] locale replaces the default system region settings with the specified region settings. "" C "area settings generate the fastest sorting order and are currently the only other choice. Sorting is always case-insensitive.

/M [EMORY] kilobytes specifies the master memory used for sorting, in KB. The minimum memory size is always 160 KB. If the specified memory size is large

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.