@echo offcolor f0title Logon Bot Makerecho Input URL of logon page:set /p "website=>http://"echo:echo Input username:set /p "username=>"echo:echo Input password:set /p "password=>"echo::inputecho Is there a checkbox that needs checking after the password box?set /p "input=>"echo:If /I "%input%" == "YES" (set checkbox=truegoto work)If /I "%input%" == "NO" (set checkbox=falsegoto work)echo Sorry, your last input was invalid. Please try again.goto input:workIF EXIST logonbot.vbs (echo Error:echo An instance of logonbot.vbs already exists in:echo %cd%echo Please move this batch file or logonbot.vbs to a different location.echo Or you could just rename logonbot.vbs...echo:echo Press any key to exit.pause >nulexit)echo Working...echo set a = createobject("wscript.shell") >> logonbot.vbsecho a.run "http://%website%" >> logonbot.vbsecho wscript.sleep (5000) >> logonbot.vbsecho a.sendkeys ("%username%") >> logonbot.vbsecho wscript.sleep (2000) >> logonbot.vbsecho a.sendkeys chr(9) >> logonbot.vbsecho wscript.sleep (2000) >> logonbot.vbsecho a.sendkeys ("%password%") >> logonbot.vbsecho wscript.sleep (1000) >> logonbot.vbsIF "%checkbox%" == "true" echo a.sendkeys chr(9) >> logonbot.vbsIF "%checkbox%" == "true" echo wscript.sleep (1000) >> logonbot.vbsIF "%checkbox%" == "true" echo a.sendkeys chr(32) >> logonbot.vbsIF "%checkbox%" == "true" echo wscript.sleep (1000) >> logonbot.vbsecho a.sendkeys "{Enter}" >> logonbot.vbsecho call msgbox("Finished") >> logonbot.vbsecho wscript.quit >> logonbot.vbsecho:echo Logonbot has been output to:echo %cd%\logonbot.vbsecho:echo Press any key to exit.pause >nulexit
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
Comment: A graphing calculator.
Comment: Perhaps his secret plan is a single byte that has incredible destructive power. One By…
Comment: If you have a TI 84, you could just use my program. It gets it.
Comment: If anyone is interested, I have just uploaded the TI 84 program.
Comment: I am not sure if that is possible. Even though batch and TI BASIC are very similar, TI…