As we can go to the temp folder by typing %temp% in the run Window.Is there any way to make this command work for our folders as well
eg-If we have a folder say SUPER then i want this folder to open when i give %SUPER% in the run window
|
As we can go to the temp folder by typing %temp% in the run Window.Is there any way to make this command work for our folders as well eg-If we have a folder say SUPER then i want this folder to open when i give %SUPER% in the run window |
|||
|
|
|
These are defined in Add the variable name you want in the name field, without the percentage signs. Add the folder you want to open in the value field. If this is just for a user, then apply it at the user level, or use system if it is for all users. |
|||
|
|
|
Sure. To set the variable
To set this variable automatically each time you open a terminal, go to
and create a user variable (for your account) or a system variable (for all accounts) with name |
|||
|
|
|
Yes you can. Actually you need to create a new enviroment variable for your folder then you can access it quickly using your trick. Let's say for C:\USER\SUPER:
This works on my Windows 7, not sure on other versions. |
|||
|
|