• @s38b35M5
    link
    41 year ago

    @msdos622 love your username

    • msdos622OP
      link
      5
      edit-2
      1 year ago

      C:> cls C:> dir C:> edit autoexec.bat

      Those were the good ol’days

      • @s38b35M5
        link
        21 year ago

        And CONFIG.SYS, of course!

        I recall messing with HIMEM.SYS init lines, and dealing with the difference between extended and expanded memory depending on game…

        Good times!

        • @minimar
          link
          21 year ago

          Win.ini if you’re ancient

      • @puck2
        link
        21 year ago

        That reminded me of something. What was autoexec.bat ???

        • msdos622OP
          link
          11 year ago

          It’s used to be a file that was executed by default when starting up older computers, up until Windows 98 I think (?). It was a simple file in which you could insert commands to personalize and/or optimize your system, back in the days.

          It was very powefull if you knew what you were doing, but could be very harmful if you had no idea. Like you could litteraly erase your hard drive by simply adding “del . /q” to the file if I remember correctly.