Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. cls
  2. @ECHO OFF
  3. title Folder Emre
  4. if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
  5. if NOT EXIST Emre goto MDLOCKER
  6. : CONFIRM
  7. echo Klasörü kilitlemek istiyor musunuz? (EVET/HAYIR)
  8. set/p "cho=>"
  9. if %cho%==EVET goto LOCK
  10. if %cho%==evet goto LOCK
  11. if %cho%==hayir goto END
  12. if %cho%==HAYIR goto END
  13. echo Geçersiz seçim
  14. goto CONFIRM
  15. :LOCK
  16. ren Emre "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  17. attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  18. echo Klasör kilitlendi
  19. goto End
  20. :UNLOCK
  21. echo Klasör kilidini açmak için parolayı girin
  22. set/p "pass=>"
  23. if NOT %pass%== tvxda02u61510165050 goto FAIL
  24. attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  25. ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Emre
  26. echo Klasör başarıyla kilidi kaldırıldı
  27. goto End
  28. :FAIL
  29. echo Geçersiz şifre
  30. goto end
  31. :MDLOCKER
  32. md Emre
  33. echo Emre başarıyla oluşturuldu
  34. goto End
  35. :End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement