An implementation of sudo for DOS, to run the given command with full privileges. It can be used to edit important system files, run disk partitioning tools, and so on!

  • Rose@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    11 days ago

    Real joke: Being advertised as .com file, actually compiles to .exe format (which is funnier because by later DOS versions a lot of the .com files that came with DOS were actually .exe files)

    • raman_klogius@ani.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      11 days ago

      Fun fact: all Windows exe files are also com files. They all have a dos running part, most of which simply prints “this program cannot be run in dos mode” and exits, but some programs do have fully functional dos program as well as the usual windows GUI part, all in one exe.