I have many scripts which I interact with from the command line. Everytime I need to use them, I have to open a command line window and copy+paste and CD to the path to the
Referring to answer of @Chris,
We can also go to parent directory of batch file and run commands using following
cd /d %~dp0.. cmd.exe
To understand working of command cd /d %~dp0.. please refer below link
cd /d %~dp0..
What does it mean by command cd /d %~dp0 in Windows