У нас вы можете посмотреть бесплатно 📕Tutorial MS-DOS 6.22. Parte II: CONFIG.SYS | AUTOEXEC.BAT. Menú de configuraciones múltiples или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
¡Hola, muy buenas amigos, bienvenidos de nuevo a mi canal! En este segundo capítulo del Tutorial básico de MS-DOS 6.22, veremos como configurar este sistema operativo. Aprenderemos que son y cómo se configuran CONFIG.SYS y AUTOEXEC.BAT. Después os contaré como podemos crear un menú de configuraciones múltiple, con el que podamos arrancar nuestro MS-DOS de varias maneras diferentes. Los comandos que veremos (algunos con mas detalle que otros) son: DEVICE REM DEVICEHIGH MENUDEFAULT SETVER.EXE MENUITEM HIMEM.SYS MENUCOLOR DISPLAY.SYS SUBMENU EMM386.EXE SMARTDRV.EXE COUNTRY.SYS @ECHO OFF/ON DOS PROMPT FILES PATH BUFFERS SET LASTDRIVE MODE.COM NUMLOCK KEYB.COM KEYBOARD.SYS DOSKEY.COM Para la creación del menú de arranque múltiple propuesto en el video necesitaremos: MOUSE.COM. Aquí (varias versiones): https://winworldpc.com/product/micros... OAKCDROM.SYS Aquí: https://www.sysfiledown.com/article/o... MSCDEX.EXE Podéis encontrar este archivo en la carpeta de DOS de nuestro MS-DOS 6.22 Las configuraciones para un menú múltiple son las siguientes: CONFIG.SYS [MENU] menuitem= RAPIDO, Inicio rapido (símbolo del sistema) menuitem= MEMORIA, Inicio con memoria extendida submenu= DOSSHELL, Inicio de Dosshell y mouse menucolor=14,1 menudefault=RAPIDO, 5 [COMMON] DEVICE=C:\DOS\SETVER.EXE DEVICE=C:\DOS\DISPLAY.SYS CON=(EGA,,1) COUNTRY=034,,C:\DOS\COUNTRY.SYS FILES=30 [RAPIDO] [MEMORIA] DEVICE=C:\DOS\HIMEM.SYS DOS=HIGH,UMB [DOSSHELL] Menuitem=DOSSIMPL, Dosshell con mouse Menuitem=DOSCONCD, Dosshell con mouse y CD-ROM menucolor=2,0 [DOSSIMPL] [DOSCONCD] DEVICE=C:\OAKCDROM.SYS /D:MSCD001 AUTOEXEC.BAT @ECHO OFF PROMPT $p$g PATH C:\DOS;C:\UTILS SET TEMP=C:\DOS MODE CON CODEPAGE PREPARE=((850) C:\DOS\EGA.CPI) MODE CON CODEPAGE SELECT=850 KEYB SP,,C:\DOS\KEYBOARD.SYS goto %config% :RAPIDO goto fin :MEMORIA C:\DOS\SMARTDRV.EXE /X goto fin :DOSSIMPL MOUSE.COM CD UTILS DOSSHELL.EXE goto Fin :DOSCONCD MOUSE.COM C:\MSCDEX.EXE /D:MSCD001 CD UTILS DOSSHELL.EXE goto Fin :fin 📕Tutorial MS-DOS 6.22 básico. Parte I: historia, entorno y comandos internos Aquí: • 📕Tutorial MS-DOS 6.22. Parte I: historia, ... Podéis ver como instalar MS-DOS 6.22 en un PC retro aquí: • Instalación de MS-DOS 6.22 en un Toshiba L... Cómo crear un disquete de arranque personalizado de MS-DOS 6.22: • Cómo crear un disquete MS-DOS bootable per... TABLA DE COLORES MS-DOS 0 Negro 1 Azul 2 Verde 3 Cyan 4 Rojo 5 Magenta 6 Marron 7 Blanco 8 Gris 9 Azul claro 10 Verde claro 11 Cyan claro 12 Rojo claro 13 Magenta claro 14 Amarillo 15 Blanco claro Espero que os guste el video. No dudéis en comentar. Muchas gracias por vuestra visita, nos vemos en un próximo video. Un saludo. -------------- Hello, welcome to my channel. In this second chapter of the MS-DOS 6.22 Basic Tutorial, we will see how to configure this operating system. We will learn what CONFIG.SYS and AUTOEXEC.BAT are and how they are configured. Later I will tell you how we can create a multiple configuration menu, with which we can start our MS-DOS in several different ways. For the creation of the multiboot menu proposed in the video we will need: MOUSE.COM. Here (several versions): https://winworldpc.com/product/micros... OAKCDROM.SYS Here: https://www.sysfiledown.com/article/o... MSCDEX.EXE You can find this file in the DOS folder of our MS-DOS 6.22 The settings for a multi menu are as follows: CONFIG.SYS [MENU] menuitem= QUICK, Quick Start (command prompt) menuitem= MEMORY, Start with extended memory submenu= DOSSHELL, Dosshell startup and mouse menucolor=14,1 menudefault=FAST, 5 [COMMON] DEVICE=C:\DOS\SETVER.EXE DEVICE=C:\DOS\DISPLAY.SYS CON=(EGA,,1) COUNTRY=034,,C:\DOS\COUNTRY.SYS FILES=30 [QUICK] [MEMORY] DEVICE=C:\DOS\HIMEM.SYS TWO=HIGH,UMB [DOSSHELL] Menuitem=DOSSIMPL, Dosshell with mouse Menuitem=DOSCONCD, Dosshell with mouse and CD-ROM menucolor=2,0 [TWOSIMPL] [TWOCONCD] DEVICE=C:\OAKCDROM.SYS /D:MSCD001 AUTOEXEC.BAT @ECHO OFF PROMPT $p$g PATH C:\DOS;C:\UTILS SET TEMP=C:\DOS MODE WITH CODEPAGE PREPARE=((850) C:\DOS\EGA.CPI) MODE WITH CODEPAGE SELECT=850 KEYB SP,,C:\DOS\KEYBOARD.SYS goto %config% :QUICK goto end :MEMORY C:\DOS\SMARTDRV.EXE /X goto end :DOSSIMPL MOUSE.COM CD UTILS DOSSHELL.EXE goto end :DOSCONCD MOUSE.COM C:\MSCDEX.EXE /D:MSCD001 CD UTILS DOSSHELL.EXE goto End :finish 📕MS-DOS 6.22 basic tutorial. Part I: history, environment and internal commands Here: • 📕Tutorial MS-DOS 6.22. Parte I: historia, ... I hope you like the video. Do not hesitate to comment. Thank you very much for your visit, see you in a next video. All the best. --------------