@hypertown@lemmy.world to linuxmemes@lemmy.world • 1 year agoVery useful tiplemmy.worldimagemessage-square91fedilinkarrow-up11.31Karrow-down176
arrow-up11.23Karrow-down1imageVery useful tiplemmy.world@hypertown@lemmy.world to linuxmemes@lemmy.world • 1 year agomessage-square91fedilink
minus-square@tslnox@reddthat.comlinkfedilink4•1 year agoYeah, because the bat file isn’t actually running, it’s just a list of commands cmd should execute.
minus-squareNatanaellinkfedilink3•1 year agoYup, 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