News

Setting the PATH variable allows you to launch programs via CLI from anywhere on your system. Here's how to set the PATH variable in Windows and make the most of it.
Using the C:\BATCH example, to set the path for this session only, use the Set command. The %PATH% means the path variable as it currently exists. Note the two percent signs and semicolon. See cmd ...