16-06-21 07:01 AM
Answered! Go to Answer.
17-06-21 03:02 PM
Hi, @wingkithui what you can do is create your own windows environment variables, and you can call it that
C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /importrelease EXEC01.bprelease /overwrite /user %User% %Pass% /dbconname %db%
I registered the variables "User", "Pass" and "db", and in my CMD I call %User%, %Pass%, %db%, this works for me, the passwords are visible, but you can control who can have access to this information through user policies
17-06-21 03:02 PM
Hi, @wingkithui what you can do is create your own windows environment variables, and you can call it that
C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /importrelease EXEC01.bprelease /overwrite /user %User% %Pass% /dbconname %db%
I registered the variables "User", "Pass" and "db", and in my CMD I call %User%, %Pass%, %db%, this works for me, the passwords are visible, but you can control who can have access to this information through user policies