Write this program in notepad and save it as _filename.vbs
name=inputbox("Whats your name?") msgbox("Have a good day, ") + name
name=inputbox("Whats your name?") msgbox("Have a good day, ") + name
DO msgbox("manoj") LOOP
pass=inputbox("password")
if pass="manoj" then msgbox("correct password")
else msgbox("password is not correct try again")
@echo off color 1 mode 1000 :a echo %random%%random%%random%%random%%random% %random%%random%%random%%random%%random% %random%%random%%random%%random%%random% %random%%random%%random%%random%%random% %random%%random% goto a
|
@echo off echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls echo time out!!!! pause
Type this code in notepad and save as .bat file and run.
@echo off :start echo date:%date% time:%time% goto start