I\'m terribly new to scripting on windows. Using windows 7 64.
I\'m trying to make a .bat file that I can double click, and have it open a command prompt and automatical
You can create a batch file "go-to-folder.bat" with the following statements:
rem changes the current directory cd "C:\my\destination" rem changes the drive if necessary c: rem runs CMD cmd