Batch Tutorial Series Episode 2 | User input, Arithmetics, Delayed expansion

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

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

  • @Deathstroke666Official
    @Deathstroke666Official 2 месяца назад +3

    Dobrý video

  • @ytv3910
    @ytv3910 12 дней назад

    Good video

  • @icaruslives4748
    @icaruslives4748 2 месяца назад +2

    🐶

  • @maxmuster7003
    @maxmuster7003 2 месяца назад +1

    I can’t use the P switch, because it is for Windows only.

    • @Shivter14
      @Shivter14  2 месяца назад +1

      Are you using DOS?
      This tutorial is for Windows NT Batch.

    • @maxmuster7003
      @maxmuster7003 2 месяца назад

      @@Shivter14 Yes, i have a DosBox emulator app installed.

    • @Shivter14
      @Shivter14  2 месяца назад +1

      @@maxmuster7003 Well DOS Batch is very old and doesn't have many features I will talk about in this series

    • @maxmuster7003
      @maxmuster7003 2 месяца назад +1

      @@Shivter14 Thank you. I like to use DOS batch files as open source container to put the instructions of a routine inside to create new external commands for DOS. Most of these container batch files have to start with one or more parameter attached to build and to modify the routine. Example to start with row color "text" attached: CENTER.BAT 8 1b "output center align". This print the text at row number 8 with color 1b center align on 80x25 text screen. The routine start with counting the ASCII and then calculating the screen location for output directly into the screen memory of the vga text screen.