• icesentry@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Out of curiosity what do you do to frequently end up with cmd? I don’t think I’ve touched it in many years at this point.

    • mateomaui@reddthat.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Lately I’ve been using it as a simple way to drag and drop a source .tar.xz archive on a .bat file so it can be twice extracted, moved, renamed, have dependencies downloaded by git, run a cmake process, do a visual studio compile, then move the result release directory back to where the .bat file is while removing unneeded files and adding new ones.

      cmd and batch still has its uses.