| I am almost done, and GUESS WHAT!
I found out how to get your program's CURRENT DIRECTORY!
Since argument %0 will always be the FULL path to your bat file, %0\.. is the folder that bat is in!
So if you wanted to change to the folder running your program, you can type:
cd %0\..
^_^ This means my program will be a LOT more stable. |