Top 100+ MS - DOS Commands | From A to Z | DOS | Command Prompt | Align Pattern

Поделиться
HTML-код
  • Опубликовано: 8 окт 2024
  • Today we are going to discuss some Top 100 + useful MS DOS commands. These commands are very useful and asked in various examinations like UGC NET, GATE, BANK Exams, ITI, COPA, CCA, CCNA, CCC and other computer related exams.
    If you are preparing for Government exams or interview perspective then this video will be very helpful for you. You will definitely score good marks.
    Don't Forget to Like and Subscribe the Channel to get more such videos and to learn with me.
    -----------------------------------------------------------------------------------------------------------------------
    Align Pattern
    -----------------------------------------------------------------------------------------------------------------------
    RUclips : / @alignpattern
    Instagram : / alignpattern
    -----------------------------------------------------------------------------------------------------------------------
    Operating System set 1 👇
    • Top 100 Operating Syst...
    Operating system set 2 👇
    • Top 100 Operating Syst...
    Operating System set 3 👇
    • Top 100 Operating Syst...
    Operating System set 4 👇
    • Top 100 Operating Syst...
    Operating System set 5 👇
    • Top 100 Operating Syst...
    Computer Fundamentals set 1 👇
    • Top 20 Basic Computer ...
    Computer Fundamentals set 2 👇
    • Top 20 Computer Fundam...
    Computer Fundamentals set 3 👇
    • Top 20 Computer Fundam...
    Computer Fundamentals set 4 👇
    • Top 20 Computer Fundam...
    Computer Fundamental set 5 👇
    • Computer Fundamental M...
    Computer Fundamental set 6 👇
    • Computer Fundamental M...
    Computer Awareness Questions Asked in SBI set 1 👇
    • Top 20 Computer Awaren...
    Computer Awareness Questions Asked in SBI | INDIAN BANK set 2👇 • Top 20 Computer Awaren...
    Computer Awareness Questions Asked in High Court | SBI set 3 👇 • Top 20 Computer Awaren...
    Computer Awareness Questions in NICL AO | SBI PO | Clerk |Set 4 👇 • Top 21 Computer Awaren...
    Computer Architecture and Organization Set 1 👇
    • Top 20 Computer Archit...
    Computer Architecture and Organization Set 2 👇
    • Top 20 Computer Archit...
    Computer Architecture and Organization Set 3 👇
    • Top 20 Computer Archit...
    Computer Architecture and Organization Set 4 👇
    • Computer Architecture ...
    Binary to Decimal and Decimal to Binary Conversion 👇
    • Binary to Decimal and ...
    Decimal to IEEE 754 Floating Point Representation 👇
    • Decimal to IEEE 754 Fl...
    Octal to Binary & Binary to Octal Conversion 👇
    • Octal to Binary & Bina...
    What is Logic gate ? | AND OR NOT NAND NOR XOR and XNOR gates👇 • What is Logic gate ? |...
    MS Word MCQ | Important MS Word questions and answers 👇
    • Top 30 MS Word MCQ | I...
    Common File Name Extensions in Windows 10/8/7 👇
    • Common File Name Exten...
    Most Amazing Computer Keyboard Shortcuts you must know 👇 • Top 100 Most Amazing C...
    TOP 200+ Computer Full Forms 👇
    • TOP 200+ Computer Full...
    TOP 50 Microsoft Excel Shortcuts That You Should Know in 2022 👇
    • TOP 50 Microsoft Excel...
    -----------------------------------------------------------------------------------------------------------------------
    Music Used -
    Introduction : Dark Lotus @ RUclipsMusicLibrary
    Background Music : Rhodesia @ RUclipsMusicLibrary
    Rhodesia by Twin Musicom is licensed under a Creative Commons Attribution 4.0 license. creativecommon....
    Artist: www.twinmusicom...
    -----------------------------------------------------------------------------------------------------------------------
    #msdos #dos #commandprompt #command #computer #computerscience #computerscience #msdoscommand #alignpattern
    Date Command, Append Command, Attrib Command, Assign Command, Time Command, MD Command, CD Command, CLS Command, Copy Command, Type Command, REN Command, Copy Command, Move Command, Del Command, RD Command, Dir Command, VER Command, X copy Command, etc.

Комментарии • 7

  • @maxmuster7003
    @maxmuster7003 Год назад

    I use Debug to create tiny executable.

    • @alignpattern
      @alignpattern  Год назад +1

      DEBUG command assemble the instructions directly into machine code and under DOS 3.0 with the "Proceed" (P) command DEBUG could execute subroutines quickly at the same time.

    • @maxmuster7003
      @maxmuster7003 Год назад

      @@alignpattern I put all instructions into a batch file and the batch file have to start with some parameter atached separated with a space between. Example CENTER.BAT 8 1b "Hello world!"
      @echo off
      REM CENTER.BAT
      REM Need three parameter (%1 %2 %3) attached.
      REM Usage: CENTER.BAT row color "TEXT"
      echo acs:100>tmp.deb
      echo mov ax,B800>>tmp.deb
      echo mov es,ax>>tmp.deb
      echo mov di,%1>>tmp.deb
      echo mov bx,%1>>tmp.deb
      echo shl di,7>>tmp.deb
      echo shl bx,5>>tmp.deb
      echo add di,bx>>tmp.deb
      echo cld>>tmp.deb
      echo mov si,140>>tmp.deb
      echo lodsb>>tmp.deb
      echo cmp al,FF>>tmp.deb
      echo jnz 0117>>tmp.deb
      echo sub si,141>>tmp.deb
      echo mov bx,50>>tmp.deb
      echo mov cx,si>>tmp.deb
      echo sub bx,si>>tmp.deb
      echo shr bx,1>>tmp.deb
      echo shl bx,1>>tmp.deb
      echo add di,bx>>tmp.deb
      echo mov ah,%2>>tmp.deb
      echo mov si,140>>tmp.deb
      echo lodsb>>tmp.deb
      echo stosw>>tmp.deb
      echo dec cx>>tmp.deb
      echo jnz 0132>>tmp.deb
      echo ret>>tmp.deb
      echo org 140>>tmp.deb
      echo DB "%3", FF>>tmp.deb
      echo.>>tmp.deb
      echo n CENTER.COM>>tmp.deb
      echo rcx>>tmp.deb
      echo 90>>tmp.deb
      echo wcs:100>>tmp.deb
      echo q>>tmp.deb
      debugnul
      del tmp.deb
      CENTER.COM
      del CENTER.COM

    • @alignpattern
      @alignpattern  Год назад +1

      @@maxmuster7003 I think you should specify the correct location of your file or else change the working directory to that which holds the exact batch file or executable. With the extreme caution add %path% to locate. You can see path from Echo %path%

    • @maxmuster7003
      @maxmuster7003 Год назад +1

      @@alignpattern Yes. This is the part at the end of my Magic DosBox config file on an Android tablet:
      [autoexec]
      PATH=%path%;C:/
      mount c: "/storage/emulated/0/BATCH"
      c:
      Menue.bat

    • @maxmuster7003
      @maxmuster7003 Год назад +1

      @@alignpattern In DOS/DOSBOX we can use some graphic modes too, example with a resolution of 320x200, 640x480, 800x600, 1024x768, 1280x1024 and on modern Computer with widescreen like 1920x1080 and 1920x1200 with 16:9 and 16: 10 aspect ratio.

  • @maxmuster7003
    @maxmuster7003 2 года назад

    CMD is a Windows executable made to run in Windows only. CMD is not a part of MS DOS.