Hi,
In my batch file on Windows 2003 SP1 I use the following command:
to enable user to enter password. Variable 'password' is then entered as database password.
I would like to hide user entered password so that password would not be displayed on screen. Can this be done?
Thanks,
Grofaty
In my batch file on Windows 2003 SP1 I use the following command:
Code:
set /P password=Enter database password:
I would like to hide user entered password so that password would not be displayed on screen. Can this be done?
Thanks,
Grofaty