Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I have a particular utility batch file (A) that is called from several other "parent" batch files (B,C,D).
I would like batch file A to determine which parent (B-D) it was called from.
Is this possible without passing an argument?
Gerry
My goal is to avoid editing the parent batch files.
Gerry
In Reply to Randy Jones: