Pages

Friday, November 15, 2013

 Decrypt file folder and all sub folders:-
--------------------------------------
 
@ echo off

echo Decrypt files

CIPHER /d C:\Path of file

echo Decrypt the folder and all sub folders

CIPHER /d /s:C:\Path of  folder

pause

exit

Copy it in notepad and save as .bat file

No comments:

Post a Comment