Bila agan2 mempunyai kesulitan untuk menyembunyikan file2 yang dianggap penting & tidak ingin diketahui orang lain........mungkin ini solusi bwt agan smw,hehehhehe
- Masukkan dengan cara mengcopy script di bawah ini ke program notepad anda
- Kemudian simpan dengan nama file “terserah Anda”
- Jangan lupa ganti “save as type” ke “All File”
- Lalu simpan ke dalam bentuk .bat contohnya “Indoblack.bat”
- Copy file .bat ke drive (terserah anda) contohnya C,D dll
- Buka dengan cara mengklik 2 kali file Indoblack.bat tersebut, maka akan muncul folder “MyFiles”
- Masukan file yg mau di kunci ke folder locker
- Untuk mengunci klik lagi file Indoblack.bat
- Sebelumnya
harap ganti dahulu password script dibawah ini (cari kata oke, ganti
dengan password “terserah anda”)
Script :
@ECHO OFF
title Folder Locker Created By Irfan Site's [You must be registered and logged in to see this link.]
color 3
if EXIST "MyFilesLocked" goto UNLOCK
if NOT EXIST MyFiles goto MDMYFILES
echo Mau Kunci Folder MyFiles ??(Y/N)
set /p "pilihan=>"
if %pilihan%==y goto LOCK
if not %pilihan%==y goto END
:LOCK
ren "MyFiles" MyFilesLocked
attrib +h +s "MyFilesLocked"
cacls "MyFilesLocked" /p everyone:n /e
cls
echo Folder MyFiles sudah terkunci...
pause
goto End
:UNLOCK
echo Silahkan Masukkan Password lalu tekan Enter...
set/p "pass=>"
if NOT %pass%==skynet goto FAIL
cacls "MyFilesLocked" /p everyone:f /e
attrib -h -s "MyFilesLocked"
ren "MyFilesLocked" MyFiles
cls
echo Folder MyFiles Sudah terbuka...
pause
goto End
:FAIL
echo Password Salah !!!
pause
goto end
:MDMYFILES
md MyFiles
echo Folder MyFiles sudah dibuat
pause
:END
end
title Folder Locker Created By Irfan Site's [You must be registered and logged in to see this link.]
color 3
if EXIST "MyFilesLocked" goto UNLOCK
if NOT EXIST MyFiles goto MDMYFILES
echo Mau Kunci Folder MyFiles ??(Y/N)
set /p "pilihan=>"
if %pilihan%==y goto LOCK
if not %pilihan%==y goto END
:LOCK
ren "MyFiles" MyFilesLocked
attrib +h +s "MyFilesLocked"
cacls "MyFilesLocked" /p everyone:n /e
cls
echo Folder MyFiles sudah terkunci...
pause
goto End
:UNLOCK
echo Silahkan Masukkan Password lalu tekan Enter...
set/p "pass=>"
if NOT %pass%==skynet goto FAIL
cacls "MyFilesLocked" /p everyone:f /e
attrib -h -s "MyFilesLocked"
ren "MyFilesLocked" MyFiles
cls
echo Folder MyFiles Sudah terbuka...
pause
goto End
:FAIL
echo Password Salah !!!
pause
goto end
:MDMYFILES
md MyFiles
echo Folder MyFiles sudah dibuat
pause
:END
end
Semoga berhasil :)
acci66 yg bantu ini
ReplyDeleteSikulu'.... mantap om....
ReplyDelete