How to open multiple programs in Windows at once كيف لفتح النوافذ في برامج متعددة دفعة واحدة
Posted on April 7, 2008 at 5:22 am نشرت 7 ابريل 2008 في الساعة 5:22
Why would you ever want to open multiple programs at once in Windows ? لماذا انت في اي وقت تريد ان تفتح برامج متعددة دفعة واحدة في ويندوز؟ Recently, I had someone at my office ask me how they can open several desktop applications at one time without having to click on each application individually. مؤخرا ، كان لي احدهم في مكتبي تسالني كيف يمكن فتح عدة تطبيقات سطح المكتب ، في وقت واحد دون الحاجة الى انقر على كل طلب على حدة.
Normally, I would have called the person lazy and told them to stop bothering me, but since this person was performing a repetitive task and needed to open the same applications every day, I thought I would come up with a solution. عادة ، لكنت قد دعا الشخص كسلان وأبلغهم لوقف التضايق لي ، ولكن بما ان هذا الشخص كان اداء المهمة بشكل متكرر ويحتاج الى نفس التطبيقات مفتوحة كل يوم ، ظننت انني سوف تصل الى حل.
I also found that I usually open a couple of programs every morning no matter what: Firefox for Internet browsing, Outlook for checking email, and Visual Foxpro for writing code (since I’ma programmer). كما انني وجدت انني عادة مفتوحة زوجان من برامج كل صباح مهما : فايرفوكس لتصفح الانترنت ، التوقعات لفحص البريد الالكتروني ، والبصريه foxpro لكتابة مدونة (انا منذ مبرمج). So instead of clicking on three icons, I decided to create what is called a Batch file to open all three applications for my at once! وبدلا من ذلك بالضغط على ثلاثة أيقونات ، وانني قررت انشاء ما يسمى دفعه لفتح ملف كل ثلاثة طلبات لمرة واحدة في بلدي!
You can create batch files in Windows XP and Vista very easily, all you need is Notepad! يمكنك انشاء فوج الملفات في ويندوز اكس. بى وفيستا بسهولة بالغة ، كل ما تحتاجه هو محرر!
How to create a batch file in Windows كيف تصنع ملف دفعه في ويندوز
1. Open up Notepad فتح محرر
2. Copy and paste the line below as the first line in the file: نسخ ولصق الخط ادناه كما السطر الأول في الملف :
@echo off @ صدى قبالة
Echo off basically tells Windows to not give you any messages or popup windows when running the commands in the batch file. صدى اساسا يروى من ويندوز للا اعطيكم اي رسائل او النوافذ المنبثقة عند تشغيل الاوامر في ملف دفعه.
3. Now we need to actually call the executables for the three programs that we want to open. الآن نحن بحاجة فعلا الى دعوة برامج لثلاثة برامج اننا نريد لفتح. So in our example, I want to open Firefox, Outlook, and Foxpro. حتى في مثالنا ، واريد ان فايرفوكس مفتوح ، والنظرة العامة ، وfoxpro. The next three lines would look like this: الخطوط الثلاثة القادمة سوف يكون مثل هذا :
start “Firefox” “C:\Program Files\Mozilla Firefox 3 Beta 3\firefox.exe” بدء "فايرفوكس" "ج : \ ملفات البرنامج \ موزيلا فايرفوكس 3 بيتا 3 \ firefox.exe"
start “Outlook” “C:\Program Files\Microsoft Office\Office12\Outlook.exe” يبدأ "النظرة العامة" "ج : \ ملفات البرنامج \ مايكروسوفت اوفيس \ office12 \ outlook.exe"
start “Foxpro” “C:\Program Files\Microsoft Visual FoxPro 9\vfp9.exe” بدء "foxpro" "ج : \ ملفات البرنامج \ مايكروسوفت البصريه foxpro 9 \ vfp9.exe"
There are three parts to each command above and here’s what it means: وهناك ثلاثة أجزاء لكل قيادة اعلاه واليك ما يعنيه :
start - That is the command used in batch files to open programs بدء -- هو ان القيادة المستخدمة في ملفات دفعة الى البرامج المفتوحه
“App Name” - The second parameter is the name of the application you are going to be opening. "التطبيق اسم" -- الثانية المعلمه هو اسم تطبيق انت تتجه الى فتح. You can put any name you like here since it only uses this parameter for title purposes. يمكنك ان تضع اي اسم تريد هنا فقط لانه يستخدم هذا العنوان لاغراض المعلمه.
“App Path” - The last parameter is the actual path to the executable file for the program. "التطبيق الطريق" -- الاخير المعلمه الفعلي هو الطريق الى الملف التنفيذي للبرنامج. You can always find the path of a program by right-clicking on the icon and going to Properties . يمكنك دائما ايجاد طريق للبرنامج عن طريق الحق - النقر على ايقونه والذهاب الى الممتلكات. For example, if I wanted to know the path to the executable file for Firefox, I would right-click and choose Properties. فعلى سبيل المثال ، إذا اردت ان تعرف الطريق الى الملف التنفيذي لفايرفوكس ، فانني انقر بالزر الايمن واختر خصائص.
Now all I need to do is look at the path in the Target box and simply copy and paste that into my batch file script. الآن جميع انني بحاجة الى القيام به هو القاء نظرة على الطريق في المربع والهدف ببساطة انسخ وألصق بلدي دفعه الى ان الملف النصي.
So now your batch file should look something like this: حتى الآن الدفعه الملف الخاص بك أن شيئا مثل هذا البحث :
Now all you have to do is actually save it as a batch file, which is very easy. الآن كل ما عليك فعله هو فعلا احفظه كما دفعه الملف ، والذي هو سهل جدا. Go to File and click Save As . اذهب الى الملف وانقر على حفظ النحو. Give your file a name like “ TEST.BAT “. ملفك يعطي اسما مثل "test.bat". Note that I added the .BAT to the file name. علما بأنني اضاف. خفاش الى اسم الملف. Lastly, change the Save As Type to All Files instead of Text file. وأخيرا ، فإن التغيير حفظ كنوع الى كل الملفات بدلا من ملف نصي.
That’s it! كل هذا و زيادة! You should now go ahead and test out your batch file and see if all of your programs load up. يجب عليك ان تمضي قدما وتجرب فوج الملف الخاص بك ومعرفة ما اذا كانت لديك جميع البرامج بتحميل حتى. One thing I have found is that loading applications via a batch file is much faster for some reason. شيء واحد لقد وجدت ان هو تحميل التطبيقات عبر دفعه الملف هو اسرع بكثير لسبب ما. I’m not really sure why, but my Firefox, Outlook and Foxpro apps all load within 2 to 3 seconds whereas if I open them up individually, each one takes at least 5 seconds. لست متأكد حقا لماذا ، ولكن بلادي فايرفوكس ، والنظرة foxpro تحميل جميع تطبيقات ضمن 2 الى 3 ثوان في حين انه اذا افتح لهم حتى فردي ، كل واحد يأخذ على الاقل 5 ثوان.
Anyone else ever create their own batch file and if so, what did you use it for? اي شخص آخر من اي وقت مضى خلق الخاصة بهم دفعة الملف واذا كان الأمر كذلك ، ماذا لانها للاستخدام؟ Enjoy! يتمتع!
Technorati Tags: Technorati البطاقات : batch files دفعة الملفات , ، open multiple programs at once البرامج مفتوحة متعددة دفعة واحدة , ، batch scripts حزمة برمجيه , ، windows batch files نوافذ دفعة ملفات
If you enjoyed this post, make sure you اذا كنت تتمتع هذه الوظيفة ، تأكد من انك subscribe to my RSS feed اشترك في بلدي [رس] تغذية ! !
» Filed Under »المقدمة تحت Computer Tips نصائح الكمبيوتر
Related Posts الوظائف ذات الصلة
- How to batch change file extensions for Windows files كيفية دفعه الى تغيير امتدادات الملفات لملفات ويندوز
- How to resize large digital pictures so that you can email them to friends and family! كيف لتغيير حجم الصور الرقميه كبيرة الحجم بحيث يمكنك الكتابة منهم الى الأصدقاء والأسرة!
- How to read and open .DAT files in Windows كيف تقرأ ومفتوحة. دات الملفات في ويندوز
- How to split a large file into multiple smaller pieces كيفية تقسيم الملفات الكبيرة الى عدة أجزاء اصغر
- Extract text from PDF, DOC, HTML, CHM, and RTF files نص مقتطف من قوات الدفاع الشعبي الوثيقة ، ولغة تأشير النص الفائق ، وآلية تبادل المعلومات ، وRTF ملفات
![[رس] تغذية](http://www.online-tech-tips.com/wp-content/plugins/sem-subscribe-me/img/subscribe.gif)























