من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي

:: طريقة اخفاء الملفات برقم سري من غير برامج ::
انا النهاردة لقيت طريقة تحفة فعلا وهي اخفاء المجلد برقم سري ومن غير برامج ...
والان مع العمل
اولا روح للمفكرة واكتب فيها السطور الاتية :
كود:
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]cls [/COLOR][/FONT]
كود:
[CENTER][FONT=Simplified Arabic Fixed][COLOR=#007700]@ECHO [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]OFF [/COLOR][/FONT]
[CENTER][FONT=Simplified Arabic Fixed][COLOR=#0000bb]title Folder Private [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if [/COLOR][COLOR=#0000bb]EXIST [/COLOR][COLOR=#dd0000]"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]goto UNLOCK [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]NOT EXIST Private goto MDLOCKER [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]:[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]CONFIRM [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][COLOR=#0000bb]Are you sure you want to lock the folder[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]Y[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000bb]N[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#007700]) [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]set[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000bb]p [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#dd0000]"cho=>" [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if %[/COLOR][COLOR=#0000bb]cho[/COLOR][COLOR=#007700]%==[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Y goto LOCK [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if %[/COLOR][COLOR=#0000bb]cho[/COLOR][COLOR=#007700]%==[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]y goto LOCK [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if %[/COLOR][COLOR=#0000bb]cho[/COLOR][COLOR=#007700]%==[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]n goto END [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if %[/COLOR][COLOR=#0000bb]cho[/COLOR][COLOR=#007700]%==[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]N goto END [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][COLOR=#0000bb]Invalid choice[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#007700]. [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]goto CONFIRM [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]:[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]LOCK [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]ren Private [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#dd0000]"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]attrib [/COLOR][COLOR=#007700]+[/COLOR][COLOR=#0000bb]h [/COLOR][COLOR=#007700]+[/COLOR][COLOR=#0000bb]s [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#dd0000]"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Folder locked [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]goto End [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]:[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]UNLOCK [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Enter password to unlock folder [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]set[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000bb]p [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#dd0000]"pass=>" [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]if [/COLOR][COLOR=#0000bb]NOT [/COLOR][COLOR=#007700]%[/COLOR][COLOR=#0000bb]pass[/COLOR][COLOR=#007700]%== [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]password here goto FAIL [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]attrib [/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000bb]h [/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000bb]s [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#dd0000]"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]ren [/COLOR][COLOR=#dd0000]"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Private [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Folder Unlocked successfully [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]goto End [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]:[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]FAIL [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Invalid password [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]goto end [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]:[/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]MDLOCKER [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]md Private [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]echo [/COLOR][/FONT][FONT=Simplified Arabic Fixed][COLOR=#0000bb]Private created successfully [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#0000bb]goto End [/COLOR][/FONT]
[FONT=Simplified Arabic Fixed][COLOR=#007700]:[/COLOR][/FONT][COLOR=#0000bb][FONT=Simplified Arabic Fixed]End [/FONT][/COLOR][/CENTER]
ستجد في السطر 23 Enter Password
غيرها وضع مكانها الرقم السري المراد ...
ثم احفظ الملف بصيغة Bat والافضل سميه Locker.bat ثم اضغط عليه وسينشأ مجلد
اسمه
[/CENTER]Private
تم إعادة رفع الصور على مركز رفع المنتدى بواسطة
سلاطين
..

ضع فيه كل الملفات الذي تريد اخفائهاااا ...... ثم اضغط على
التطبيق ( الملف من نوع Bat ) ثم
سيسالك هل تريد قفل المجلد فاكتب Y ثم انتر و بس

:: طريقة اعادة المجلد ::
اضغط على التطبيق فيطلب منك ادخال
الرقم السري فاكتبه ثم اضغط انتر
ولو كان الرقم غلط فلن يظهر المجلد ..


تم إعادة رفع الصور على مركز رفع المنتدى بواسطة
سلاطين
..
