easycpp icon indicating copy to clipboard operation
easycpp copied to clipboard

Batch files contain global paths

Open dkollmann opened this issue 4 years ago • 0 comments

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.

dkollmann avatar Jun 22 '21 14:06 dkollmann