easycpp
easycpp copied to clipboard
Batch files contain global paths
Some batch files contain global paths which makes it impossible to check them in, for example for a build server. The problem is, that some batch files change the current folder and this needs to be corrected. So using global paths guarantees, that the files can be found no matter what the current folder is.