Examples 1 - Display the current working program
Examples 2 - Display the working folder of the running program
To display folder of the current working program, we need modifier prefixed with %~[alphabet] (eg : %~d, %~f, etc) followed by 0.
You can read complete documentation of the modifier
here.