@hypertown@lemmy.world to linuxmemes@lemmy.world • 2 years agoVery useful tiplemmy.worldimagemessage-square89fedilinkarrow-up11.31Karrow-down176
arrow-up11.23Karrow-down1imageVery useful tiplemmy.world@hypertown@lemmy.world to linuxmemes@lemmy.world • 2 years agomessage-square89fedilink
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