@hypertown@lemmy.world to linuxmemes@lemmy.world • 2 years agoVery useful tiplemmy.worldimagemessage-square88fedilinkarrow-up11.25Karrow-down174
arrow-up11.18Karrow-down1imageVery useful tiplemmy.world@hypertown@lemmy.world to linuxmemes@lemmy.world • 2 years agomessage-square88fedilink
minus-square@tslnox@reddthat.comlinkfedilink4•2 years agoYeah, because the bat file isn’t actually running, it’s just a list of commands cmd should execute.
minus-squareNatanaellinkfedilink3•2 years 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