Category Archives: windows_tricks
“One-touch” app installation and update with SVN
One of my responsibilities at work is to develop and distribute several applications to a different division. These apps all consist of an exe (we’re a Windows shop), some supporting files and an INI config file. They need to be … Continue reading
Filed under svn, windows_tricks, work
Setting permanent environment variables on Windows via command line
Some of our internal tools at work require a number of environment variables to be set to a variety of different options, depending on the project. This can be done with set, but that only changes the value for the … Continue reading
Filed under computing, Uncategorized, windows_tricks