У нас вы можете посмотреть бесплатно Commands for Handling Files and Folders in DOS | FreeDOS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
More commands in the FreeDOS wiki: http://wiki.freedos.org/wiki/index.ph... Introduction to DOS: • Introduction to DOS | History of MS-DOS | ... Installing FreeDOS: • Downloading and Installing FreeDOS 1.2 in ... #### SUMMARY #### dir # list directory contents tree # display folder structure mkdir # create directory cd # change current working directory md # alias for mkdir copy con file.txt # copy typed contents to a file type # display a file copy file1.txt file2.txt # copy file1.txt to file2.txt comp file1.txt file2.txt # compare two files with each other ren old.txt new.txt # rename a file xcopy folder1/ folder2/ # copy a whole folder with structure del file.txt # delete a specific file erase file.txt # alias for del move file1.txt subdir/file.txt # move files arround del *.txt # delete every file ending with .txt del jim.* # delete all files named jim del . # delete all files in the working directory Please be aware, that all of this information and/or tutorials come without any type of warranty.