I have been rearranging the project into directories to make it a bit more professional. Using "git mv ..." unfortunately appears to remove the log history from individual files, A really unfortunate side effect. You can get the global history on the whole project, and see the individual file changes from the global log.
Sorry about any inconvenience.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have been rearranging the project into directories to make it a bit more professional. Using "git mv ..." unfortunately appears to remove the log history from individual files, A really unfortunate side effect. You can get the global history on the whole project, and see the individual file changes from the global log.
Sorry about any inconvenience.
Directory restructure complete. Everything script, .exe, etc., now resident in the ./bin directory.
The way to use it is execute the setpath.bat file, it adds ./bin to your path. Then you can use anything in the bin directory.
The documentation needs to catch up a bit.
I think the new directory structure is a lot more usable, and matches similar projects.