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
you probably want to do this:
cd /d %~dp0 cmd.exe
this will set your current directory to the directory you have the batch file in