Some useful DOS commands which I have never used before
Создание расписания выполнения команд (Sheduler):
http://technet.microsoft.com/ru-ru/library/cc750982.aspxкоманда: at
c:\>at 23:00:00 /every:monday cmd /c sysbkup.bat
команда: doskey
http://users.cybercity.dk/~bse26236/batutil/help/DOSKEY_E.HTM
Setup Persistent Aliases & Macros in Windows Command Prompt (cmd.exe) using DOSKey
создание псевдонима для dos консоли [cmd.exe]
c:\>doskey ls=dir /od $*
Saving all typed commands to file:
doskey /history >> d:\cmd_history.txt
F7 to display the command history popup window.--------------------------------------
Some fun with command line prompt, type: prompt $d$s$t$s$e$s$p$s$$
to recover, type: prompt
Comments