@[email protected] to [email protected] • 2 years agoVery useful tiplemmy.worldimagemessage-square88fedilinkarrow-up11.3K
arrow-up11.3KimageVery useful tiplemmy.world@[email protected] to [email protected] • 2 years agomessage-square88fedilink
minus-square@[email protected]linkfedilink4•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