
doskey
List of commands for doskey:
-
doskey:tldr:0b608 doskey: Load macros from a file.$ doskey /macrofile = ${path\to\macinit_file}try on your machineexplain this command
-
doskey:tldr:145f5 doskey: Save macros to a file for portability.$ doskey /macros > ${path\to\macinit_file}try on your machineexplain this command
-
doskey:tldr:3c6fb doskey: Create a new macro.$ doskey ${name} = "${command}"try on your machineexplain this command
-
doskey:tldr:690b5 doskey: List available macros.$ doskey /macrostry on your machineexplain this command
-
doskey:tldr:8805b doskey: Create a new macro for a specific executable.$ doskey /exename=${executable} ${name} = "${command}"try on your machineexplain this command
-
doskey:tldr:abf29 doskey: Remove a macro.$ doskey ${name} =try on your machineexplain this command
-
doskey:tldr:dd37a doskey: Display all commands that are stored in memory.$ doskey /historytry on your machineexplain this command