Encrypt file folder and all sub folders :-
-------------------------------------
@ echo off
echo encrypted files
CIPHER /e C:\Path of file
echo Encrypt the folder and all sub folders
CIPHER /e /s:C:\Path of folder
pause
exit
Copy it in notepad and save as .bat file
-------------------------------------
@ echo off
echo encrypted files
CIPHER /e C:\Path of file
echo Encrypt the folder and all sub folders
CIPHER /e /s:C:\Path of folder
pause
exit
Copy it in notepad and save as .bat file
No comments:
Post a Comment