Syntax of the command line NT / XP

Last update on August 13, 2009 11:01 AM by jak58
Published by deri58

Syntax of the command line for NT / XP





Intro


This web page describes the syntax of command line under Windows NT/2000/XP/2003 (cmd.exe).

It illustrates how to make loops, cut strings, manipulating the dates, use of variables, replacing text in a variable etc.


http://www.ss64.com/ntsyntax/

Standard commands in NT / XP


Below are available commands (adding users, handling duties on the files and the registry, change the file association, import / export data ActiveDirectory, etc.).

http://www.ss64.com/nt/
Best answers for « Syntax of the command line NT / XP » in :
[Windows XP] Repairing the network connection using command line Show [Windows XP] Repairing the network connection using command lines Under Windows XP there is a small feature allowing you to repair a network connection. Go to the Network Connections options in Control panel (Control Panel / Network...
Enable/disable a device from the command line Show Enable/disable a device from the command line Install Devcon Display all the devices in the system Enable/disable the device Other devices Here is a trick that allows you to enable / disable a device from the command line in XP....
Enabling/Disabling the firewall using command line Show Enabling/Disabling the firewall using command line Disable Windows XP firewall Enable the Windows XP firewall Under Windows XP SP2, it is possible to enable/ disable the firewall with the following command lines: Disable Windows XP...
Start/stop a service using command line ShowStart/stop a service using command line The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line: To start a service: Net start name_of_service To stop a service:...
List of open ports in command line ShowList of open ports in command line Whether you're running Windows or Linux / Unix, the following command in (console) will display the list of open ports on your computer: netstat -a For the use of advanced graphics tools, see What...
[Linux]Restarting the network interface using command lines Show[Linux]Restarting the network interface using command lines When setting up a network, specially if you need to verify that a DHCP server assigns IP addresses correctly, restarting the network interface using command lines rather than the...
Download Hidden Utilities XP ShowHidden Utilities XP allows you to access over 200 utilities that are not readily accessible to the user. Information systems, diagnosis, repair tools, utilities and Windows command lines are easy to open and many more. Advantage Hidden Utilities...
Download 7-Zip Show7Z also known as 7Zip archive utility is available as open source and is free to use. 7Z is fast, efficient and free. Features: High compression ratio in new 7z format with LZMA compression 7-Zip is free software distributed under the GNU...
Cmd - cmd.exe Showcmd - cmd.exe cmd.exe (cmd signifiant Windows Command Prompt) is a Windows NT/2000/XP generic process which opens a text-mode console for running programs using a command line. The process cmd is not in any way a virus, a worm, a Trojan horse,...
UNIX system - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence its name "shell". The shell therefore acts as an intermediary between the operating system and the user using command lines...
Linux - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...