----^--->
/\

//\\
//The\
/Sy
stem\
////
Guard
\

In the mount of the LORD it shall be seen. Genesis 22:14

MasterCatalog

Booming Or Fuming? | MasterCatalog | ntlib (FREE) | NTCmdLib | MtCmds | Scripts | Almost Free | TheGuardBook | Help

 

Master Catalog

CCS Common Command Set (native Windows commands and utilities - internal and external)
ntlib Advanced NT/2K/XP/K3 Command Library (Completely Free - ntlib.cmd)
MtCmds Standalone Mount/\Command Set ("Almost Free" at $7 or less - MtCmds.cmd)
NTCmdLib Expert NT/2K/XP/K3 Command Library ("Almost Free" at $9 or less - NTCmdLib.cmd)

All of the resources below are available from the command prompt on ALL Windows NT based operating systems (includes Windows NT 4 SP6a+,Windows 2000,Windows XP and Windows Server 2003) without adding any extra files or utilities to a standard install!

 The Advanced and Expert Windows NT/2K/XP/K3 Command Libraries are constructed entirely of highly compressed and optimized shell scripting code (i.e., a "batch file").  They are completely self-contained within a single file.

This catalog is under active refresh - last update 2007-11-17 07:15:21 AM

K

E

Y

Common Commands INTERNAL External /SWITCH Parameter Help text AddonTool
Mounted Commands .Mount/\Command CmdShorthand #Constant $FUNCTION :Procedure !GuardNote
Operating Systems NT/2K/XP/K3 NT Only NT/2K 2K Only 2K/XP XP Only XP/K3 K3 Only 2K/XP/K3
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z

Command or Resource

CCS

ntlib

Mt
Cmds

NT
CmdLib

Description/Contents

?       X Display RUSHMENU. For extended help, try "? [resource]".
.       X Interactive listing and execution of most .Mt/\Cmds.
.Alive   X X X  
#ALLSYMBOLS X X X All non-alphanumeric symbols on a US keyboard
#ALPHA   X X X 26 letters of the alphabet - lower case
AppendBuffer[n]       X Append all output to the ADS buffer specified in #Buffer[n]
.AppendTempFile       X append all output to the file specified in #TempFile
Arp.exe X       Displays and modifies the IP-to-Physical address translation tables
ASSOC X       Displays or modifies file extension associations.
At.exe X       Schedules commands and programs to run on a computer.
Attrib.exe X       Displays or changes file attributes.
.BlankLine   X X X Echo's 77 Blank {or space} characters
BREAK X       Sets or clears extended CTRL+C checking.
#Buffer[n]       X ADS Buffern where n=1 to 7
c {prefix}       X Display a brief description for a specific group of #Constants beginning with #prefix
.Call   X   X Calls the active Command Library
CALL X       Calls one batch program from another.
CD X       Displays the name of or changes the current directory.
CD /       the current directory (not available in Windows NT 4)
#cd   X X X the current directory; updated by .GetCD (NT/2K/XP/K3)
$CENTER   X   X Center a string
Chcp.com X       Displays or sets the active code page number.
CHDIR X       Displays the name of or changes the current directory.
.CheckTempFile       X Checks to see if #TempFile is on an NTFS drive
.ClearBuffer[n]       X Clears the contents of the ADS buffer specified in #Buffer[n]
.ClearTempFile       X Clear the contents of the file specified in #TempFile
CLS X       Clears the screen.
Cmd.exe X       Starts a new instance of the Windows command interpreter.
#CMDSYMBOLS   X X X Keyboard symbols that "usually" need special treatment
#CodePage   X X X Code Page in effect; updated by .GetCodePage and /Init
#COLON40   X X X 40 Colons "::::::::::::::::::::::::::::::::::::::::"
.ColonLine   X X X Echo's 77 Colon ":" characters
COLOR X       Sets the default console foreground and background colors.
#Cols   X X X console Columns for the current window; updated by .GetCols and /Init
Command.com X       Starts a new instance of the MS-DOS command interpreter.
Comp.exe X       Compares the contents of two files or sets of files.
Compact.exe X       Displays or alters the compression of files on NTFS partitions.
COMPUTERNAME X       NetBIOS name of the local system
ComSpec X       Filespec of the default command interpreter
COPY X       Copies one or more files to another location.
#DASH40   X X X 40 dashes "----------------------------------------"
.DashLine   X X X Echo's 77 Dash "-" characters
DATE X       Displays or sets the date.
DATE /       DATE variable (not available in Windows NT 4)
#Date   X X X Date in local format; updated by .GetDate and /Init (NT/2K/XP/K3)
.DateEcho   X X X Echo a message, prefixed with the current date in local format
#DAYS     X X a coded variable used to display and manipulate the days of the week
Debug.exe X       Runs Debug, a program testing and editing tool.
DEL X       Deletes one or more files.
.DeleteMe       X Deletes the currently running script
.DeleteTempFile       X Delete the file specified in #TempFile
$DEQUOT   X   X DE-Quote - remove outer quotes
.dErrEcho       X Echo a message, prefixed with the current date in local format to STDERR
#DIGITS   X X X 10 digits, 0-9 space-delimited
DIR X       Displays a list of files and subdirectories in a directory.
#DirSize   X X X Bytes in the current directory; updated by .GetDirSize
#DirSizeM     X X Bytes in current directory {in Millions}; updated by .GetDirSizeM
DiskCopy.exe X       Copies the contents of one floppy disk to another.
DosKey.exe X       Edits command lines, recalls Windows commands, and creates macros.
#DOT40   X X X 40 periods (or "dots") "........................................"
.DotLine   X X X Echo's 77 Dot "." characters
.DoubleSpace   X X X Echo's two blank lines
.dtEcho       X Echo a message, prefixed with the current date and time in local format (to STDOUT)
.dtErrEcho       X Echo a message, prefixed with the current date and time in local format (to STDERR)
e     X X Display the current Errorlevel, ExitCode and the contents of variable %ErrMsg%, if defined
ECHO X       Displays messages, or turns command echoing on or off.
.ElEcho   X X X Display current errorlevel
.ElErrEcho       X Display current errorlevel (to STDERR)
ENDLOCAL X       Ends localization of environment changes in a batch file.
ERASE X       Deletes one or more files.
.ErrEcho   X X X Display output to STDERR
$ESC   X   X "Escapify" the contents of a variable
.ExistADS       X Test for the existence of a named Alternate Data Stream
EXIT X       Quits the CMD.EXE program (command interpreter).
.ExitELn