|
|||||||||
|
|
|||||||||
| Project Description: | |||||||||
|
Environmental variable project gets a password from the user and stores the password in a batch file and also sets the systems environmental variable such that the variable can be used in further process or to any application. |
|||||||||
| Steps To Execute: | |||||||||
|
• Opening the VC pass Application, a window appears in the command prompt as shown below • In default it display “Type Password:” where the user has to enter the password. |
|||||||||
![]() |
|||||||||
| Screen 1 | |||||||||
|
• On entering the password the asterisk symbol appears for each character. As shown below • After entering the password the window disappears |
|||||||||
![]() |
|||||||||
| Screen 2 | |||||||||
|
• The Password entered is stored in the Batch file and in the systems environmental variable. • To verify the password the systems environmental window is shown below, where the password entered in the Command prompt is seen in the value of the variable my_password. |
|||||||||
![]() |
|||||||||
| Screen 3 | |||||||||
|
|