У нас вы можете посмотреть бесплатно Tutorial #3: Batch Commands - Directory, Date, Time, Remark, Clear screen или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Directory (DIR): The dir command is used to display a list of files and subdirectories within a specified directory. When you run this command without any arguments, it will show the contents of the current working directory. Date: The date command is used to display or set the system date in the Command Prompt. Time: The time command is used to display or set the system time in the Command Prompt. Remark (REM): The rem command is used to add comments within a batch file. Anything written after rem on the same line will be considered a comment and will not be executed. Clear screen (CLS): The cls command is used to clear the screen in the Command Prompt. It will remove all previous commands and output from the window.