manyak Posted September 29, 2003 Posted September 29, 2003 I must say that this whole thing is da bomb and i'm doing it to make a windows that's best suited for me without any of the microsoft crap.ANYWAYS, I have a program, AdAware 6 Professional and before you install it requests a cd key (which I have)My question is, what is the batch command that I use if I want that to be pasted automatically.so this is my command so far:ECHO.ECHO Installing AdAware 6 ProfessionalECHO Please wait...start /wait %systemdrive%\install\AdAware\aaw6pro.exe /SWhat else do I need to add so that let's say my cd key is " 56565656 " so that it's automatically entered?Thanks in advance.
edg21 Posted September 29, 2003 Posted September 29, 2003 You could use a vbs script to do all of it....http://board.MSFN.org/index.php?showtopic=8987
manyak Posted September 29, 2003 Author Posted September 29, 2003 and where do I enter my cd key in the vb script?
edg21 Posted September 30, 2003 Posted September 30, 2003 and where do I enter my cd key in the vb script?'Insert your codeWshShell.SendKeys "123456"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now