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
just open a text editor and type
start cmd.exe cd C:\desired path
Then save it as a .bat file. Works for me.