ColorConsole [Version 1.3.3000]
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\WINDOWS>HELP DOSKEY
Edits command lines, recalls Windows XP commands, and creates macros.

DOSKEY [/REINSTALL] [/LISTSIZE=size] [/MACROS[:ALL | :exename]]
 [/HISTORY] [/INSERT | /OVERSTRIKE] [/EXENAME=exename] [/MACROFILE=filename]
 [macroname=[text]]

 /REINSTALL          Installs a new copy of Doskey.
 /LISTSIZE=size      Sets size of command history buffer.
 /MACROS             Displays all Doskey macros.
 /MACROS:ALL         Displays all Doskey macros for all executables which have
                     Doskey macros.
 /MACROS:exename     Displays all Doskey macros for the given executable.
 /HISTORY            Displays all commands stored in memory.
 /INSERT             Specifies that new text you type is inserted in old text.
 /OVERSTRIKE         Specifies that new text overwrites old text.
 /EXENAME=exename    Specifies the executable.
 /MACROFILE=filename Specifies a file of macros to install.
 macroname           Specifies a name for a macro you create.
 text                Specifies commands you want to record.

UP and DOWN ARROWS recall commands; ESC clears command line; F7 displays
command history; ALT+F7 clears command history; F8 searches command
history; F9 selects a command by number; ALT+F10 clears macro definitions.

The following are some special codes in Doskey macro definitions:
$T     Command separator.  Allows multiple commands in a macro.
$1-$9  Batch parameters.  Equivalent to %1-%9 in batch programs.
$*     Symbol replaced by everything following macro name on command line.



C:\WINDOWS>HELP ECHO
Displays messages, or turns command-echoing on or off.

 ECHO [ON | OFF]
 ECHO [message]

Type ECHO without parameters to display the current echo setting.



C:\WINDOWS>HELP ENDLOCAL
Ends localization of environment changes in a batch file.
Environment changes made after ENDLOCAL has been issued are
not local to the batch file; the previous settings are not
restored on termination of the batch file.

ENDLOCAL

If Command Extensions are enabled ENDLOCAL changes as follows:

If the corresponding SETLOCAL enable or disabled command extensions
using the new ENABLEEXTENSIONS or DISABLEEXTENSIONS options, then
after the ENDLOCAL, the enabled/disabled state of command extensions
will be restored to what it was prior to the matching SETLOCAL
command execution.




GOTO : HELP ERASE









... Windows-10




Windows 10 How To

... Windows 10 FAQ
... Windows 10 How To



The command DOSKEY - Edits command lines, recalls Windows commands, and creates macros.

HTTP: ... console/en/024.htm
0.062
12504

Windows 11, 10 File Explorer does not remember the selected objects when navigating!

Help TELNET clients is missing under Windows 11, 10, 8.1, 7 ... why?

Extend the Directory-Tree automatically in MS File-Explorer windows 11, 10, ...!

Deactivate background apps under Windows 11 / 10, clear RAM!

Show Message Box if move files to recycle bin om Windows 11 or 10!

Batch file with several commands output to text file Windows 11, 10, ...!



(0)