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
this code works for me name it cmd.bat
cmd.bat
@echo off title This is Only A Test echo. :Loop set /p the="%cd%" %the% echo. goto loop