بتاريخ: 29 مارس 200718 سنة comment_95402 الاخوة الاعزاءالسلام عليكم ورحمة الله وبركاتهاريد ان اعمل Backup]ِ لل Database الاوراكل الموجوده عندى , انا اعلم الامر الذى يقوم بعمل Backup وهو امر EXP ولكن المشكله ان ال Database يوجد عليها Password وانا لا ارريد ان اكتب الباسورد فى الامر نفسه حتى لا يعرفها احد , مع العلم انى قمت بتظبيط ال Backup ليعمل عن طريق Schedule الخاص بويندوز عن طريق Batch file يوجد به الامر الخاص ب Backup ولكنى لا اريد ان اكتب الباسورد الخاصه بال Database داخل ملف Batchحتى لا يفتحه احد ويرى الباسورد , فهل هناك طريقة لان اقوم بعمل Backup عن طريق Schedule بواسطة Batch file بدون كتابة الباسورد الخاصه ب Database داخل ملف الباتش .ارجو الافادةولكم جزيل الشكر تقديم بلاغ
بتاريخ: 29 مارس 200718 سنة comment_95414 i have the same probleme before, but i found a little solution that i dont use .bat file to run the import or the export cause in the .bat file there is the password and anyone can see it, so my solution is that i convert the .bat file to an .com or a .exe file , and nobody can see the passwdi forget to give u a compiler that compile files from .bat to .com ftp://anonymous.ftp.ovh.net/astase/windows/powerbatch.zipit is in frensh languagehave a nice timethere is another software that can convert from .bat to .exehttp://www.f2ko.de/downloads/Bat_To_Exe_Converter.exe تقديم بلاغ
بتاريخ: 30 مارس 200718 سنة كاتب الموضوع comment_95474 Thanks my brother E77em from TunisThanks for your concernI will try your ideaThanks again تقديم بلاغ
بتاريخ: 30 مارس 200718 سنة كاتب الموضوع comment_95478 I forget something to say it is something to add to your informationafter you change the Batch file to EXE file , then a shell of command will be displayed showing the running of the backup , and anyone can see the command which was written in teh exe file So , you have to add one line in the batch file to hide the command during execusion of the commandthis line is :-@echo offecho BACKUP IS RUNNING NOWThis is a small information .Thanks for your help my freindMohamed ElBlasy تقديم بلاغ
بتاريخ: 30 مارس 200718 سنة comment_95479 yes u can use the echo off commande if u want to hide the list of runing commande. تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.