14
Environmental Variables
Filed Under (Articles) by WebScHoLaR on 14-02-2008
Tagged Under : environmental variables
Environmental variables are usually used to store the paths so that you don’t have to remember the complete path. Wouldn’t it be easy to just write %windir% in Run or command prompt to open the folder where Windows is installed? Yes, thats the use of environmental variables. Same applies to Linux platform too, just the difference is that in Linux you need to use $ sign before the variable name. Read the rest of this entry »
