I want to make this code to ask for a password that timeouts after 10 seconds and if you wrote the correct password it goes to :wow but if it\'s incorrect it just continues
You could start a VBS file with a password prompt. http://www.robvanderwoude.com/vbstech_ui_password.php
VBS
The link above links to a page with a password prompt script. You could add a timeout wich would wait for 10 seconds and then close.