I want to make this .bat
file to read the answer given on the newly made .vbs
file (yes or a no question).
I don't know any solutions right now
echo x=msgbox("By performing this action you will lose access to the Vault, however you can regain access using the Vault Key. Are you sure you want to lock the Vault?" ,vbYesNo, "Lock Confirmation") >> msgbox.vbs
start msgbox.vbs
if msgbox=vbYes goto LOCK
else goto End
This results in the program to not enter the next steps and end