I have a Batch file which I want to execute from CMD, irrespective of what path its set to.
I am looking for something like setting Environment Variables.
e.g.
VariableName: MyBatch Path: C:\MyBatch.bat
Open CMD: c:\Program Files> "I should be able to call MyBatch here"
Thanks