hypertown@lemmy.world to linuxmemes@lemmy.world · 1 年前Very useful tiplemmy.worldimagemessage-square83fedilinkarrow-up11.28Karrow-down174
arrow-up11.2Karrow-down1imageVery useful tiplemmy.worldhypertown@lemmy.world to linuxmemes@lemmy.world · 1 年前message-square83fedilink
minus-squaretslnox@reddthat.comlinkfedilinkarrow-up4·1 年前Yeah, because the bat file isn’t actually running, it’s just a list of commands cmd should execute.
minus-squareNatanael@slrpnk.netlinkfedilinkarrow-up3·1 年前Yup, CMD acts as a parser / runtime and the process is bound to the CMD binary, the script file is being run by CMD which keeps a copy of it in its own working memory in RAM
Yeah, because the bat file isn’t actually running, it’s just a list of commands cmd should execute.
Yup, CMD acts as a parser / runtime and the process is bound to the CMD binary, the script file is being run by CMD which keeps a copy of it in its own working memory in RAM