If you’re a system administrator or someone who relies on batch files to automate tasks, you’ve probably encountered situations where things go wrong because a script gets changed while it’s running.
I've inheritied a messy login script situation. There are huge chains of .cmd files that call other cmd files, which call other cmd files, which call tcl scripts, which call yet more cmd ...