|
| |
Common Command Set - Internal - these commands are available within the default Command Interpreter (Cmd.exe)
of all Operating Systems using the Windows NT Code Base. For our purposes, this includes Windows NT (v4.0 SP6a),
Windows 2000, Windows XP and Windows Server 2003
(or, more specifically, everything in Groups I and II on the Compatibility Page).
Internal commands are the first choice for use in scripts because they require no disk access to load their code. They are contained within
Cmd.exe and therefore, always available. Throughout TheGuardBook, internal commands are shown in all
capitals (COMMAND), external commands are shown in mixed case (Xcopy).
Sample syntax for local execution
| |
|
COMMAND |
|
[/switches] [parameters] |
|
CALL |
|
COMMAND |
|
[/switches] [parameters] |
|
Cmd.exe /c |
|
COMMAND |
|
[/switches] [parameters] |
|
%comspec% /c |
|
COMMAND |
|
[/switches] [parameters] |
Sample syntax for remote execution
|
\\computername\admin$\system32\Cmd.exe /c |
|
COMMAND |
|
[/switches] [parameters] |
COMMAND is one of the following: (click a
command to go to it's Mounted Help page)
|