Πώς να ανοίξει τα πολλαπλάσια προγράμματα στα παράθυρα αμέσως
Ταχυδρομημένος στις 7 Απριλίου 2008 στις 5:22 AM
Γιατί θα θέλατε πάντα ανοικτά πολλαπλάσια προγράμματα αμέσως στα παράθυρα? Πρόσφατα, είχα κάποιο στο γραφείο μου να μου ρωτήσει πώς μπορούν να ανοίξουν διάφορες εφαρμογές υπολογιστών γραφείου συγχρόνως χωρίς να πρέπει να χτυπήσουν σε κάθε εφαρμογή χωριστά.
Κανονικά, θα είχα καλέσει το πρόσωπο οκνηρό και θα είχα πει σε τους για να σταματήσω με, αλλά δεδομένου ότι αυτό το πρόσωπο εκτελούσε έναν επαναλαμβανόμενο στόχο και έπρεπε να ανοίξει τις ίδιες εφαρμογές καθημερινά, σκέφτηκα ότι θα βρίσκα μια λύση.
Επίσης διαπίστωσα ότι ανοίγω συνήθως τα μερικά προγράμματα κάθε πρωί του οποίου: Firefox για το ξεφύλλισμα Διαδικτύου, προοπτική για τον έλεγχο του ηλεκτρονικού ταχυδρομείου, και οπτικό Foxpro για το γράψιμο του κώδικα (δεδομένου ότι είμαι προγραμματιστής). Έτσι αντί του κρότου σε τρεις εικόνες, αποφάσισα να δημιουργήσω τι καλείται α Αρχείο δεσμης για να ανοίξουν και τις τρεις εφαρμογές για το μου αμέσως!
Μπορείτε να δημιουργήσετε τα αρχεία δεσμης στα παράθυρα XP και Vista πολύ εύκολα, όλα που χρειάζεστε είστε σημειωματάριο!
Πώς να δημιουργήσει ένα αρχείο δεσμης στα παράθυρα
1. Ανοίξτε το σημειωματάριο
2. Το αντίγραφο και κολλά τη γραμμή κατωτέρω ως πρώτη γραμμή στο αρχείο:
@echo μακριά
Η ηχώ μακριά βασικά λέει στα παράθυρα για να μην σας δώσει οποιαδήποτε μηνύματα ή υπερεμφανιζόμενα παράθυρα κατά την τρέξιμο των εντολών στο αρχείο δεσμης.
3. Τώρα πρέπει να καλέσουμε πραγματικά τα executables για τα τρία προγράμματα που θέλουμε να ανοίξουμε. Έτσι στο παράδειγμά μας, θέλω να ανοίξω Firefox, την προοπτική, και Foxpro. Οι επόμενες τρεις γραμμές θα εμοίαζαν με αυτό:
έναρξη «Firefox» «C:\Program Files\Mozilla Firefox 3 βήτα 3 \ firefox.exe»
γραφείο \ Office12 \ Outlook.exe του C:\Program Files\Microsoft» «προοπτικής» έναρξης «
έναρξη «Foxpro» «C:\Program Files\Microsoft οπτικό FoxPro 9 \ vfp9.exe»
Υπάρχει τρία μέρη σε κάθε εντολή ανωτέρω και υπάρχει εδώ αυτό που σημαίνει:
έναρξη - Αυτή είναι η εντολή που χρησιμοποιείται στα αρχεία δεσμης για να ανοίξει τα προγράμματα
«App όνομα» - Η δεύτερη παράμετρος είναι το όνομα της εφαρμογής που πρόκειται. Μπορείτε να βάλετε οποιοδήποτε όνομα που συμπαθείτε εδώ δεδομένου ότι χρησιμοποιεί μόνο αυτήν την παράμετρο για λόγους τίτλου.
«App πορεία» - Η τελευταία παράμετρος είναι η πραγματική πορεία στο εκτελέσιμο αρχείο για το πρόγραμμα. Μπορείτε πάντα να βρείτε την πορεία ενός προγράμματος με τον σωστός-κρότο για την εικόνα και τη μετάβαση Ιδιότητες. Παραδείγματος χάριν, εάν θέλησα να ξέρω την πορεία στο εκτελέσιμο αρχείο για Firefox, σωστός-κρότος και να επιλέξω τις ιδιότητες.
Τώρα όλη η ανάγκη Ι να κάνει είναι εξετάζει την πορεία Στόχος παράθυρο και απλά αντίγραφο και κόλλα που στο χειρόγραφο αρχείων δεσμης μου.
Τόσο τώρα το αρχείο δεσμης σας πρέπει να φανεί κάτι παρεμφερή:
Τώρα όλος που πρέπει να κάνετε είναι το σώζει πραγματικά ως αρχείο δεσμης, το οποίο είναι πολύ εύκολο. Πηγαίνετε Αρχείο και χτυπήστε Εκτός από όπως . Give your file a name like “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.
Anyone else ever create their own batch file and if so, what did you use it for? Enjoy!
Technorati Tags: 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 simulate "No to all" when copying in Windows XP
- How to read and open .DAT files in Windows
- How to split a large file into multiple smaller pieces
11 Responses to “How to open multiple programs in Windows at once”
Pingbacks
-
Cómo abrir varios programas al mismo tiempo en Windows » zona de software blog freeware programas shareware gratis internet pc windows bajar descargar utilidades multimedia programas gratis Says:
[…] en: Online Tech Tips. […]
April 7th, 2008 at 12:47 pm
Please post your comments/suggestions!
[…] en: Online Tech Tips. […]
April 7th, 2008 at 12:47 pm
























I can’t seem to get it to open my applications. I have local admin rights if that helps.
This is what I have in my batch file
@echo off
start“Outlook”“C:\Program Files\Microsoft Office\Office11\Outlook.exe”
start“Firefox””C:\Program Files\Mozilla Firefox\firefox.exe”
Is this correct?
Am I missing spaces or something.
Also in your example is it supposed to say office12 my exe files are in office11 folder?
Hi Phil,
I think your only problem is the spaces. It should look like this:
@echo off
start “Outlook” “C:\Program Files\Microsoft Office\Office11\Outlook.exe”
start “Firefox” ”C:\Program Files\Mozilla Firefox\firefox.exe”
Notice that I just added spaces between start and word “Outlook” and then between “Outlok” and the phrase “C:\Program…\”.
And that’s fine that your Office executable are in Office11, it just depends on which version you have installed on your computer. Office12 is for Office 2007.
Let me know if you were able to get it working or not. Thanks!
Okay, I was wondering if the office12 was for 2007.
I added the spaces and I get 1 error for each of programs I am trying to open. I copied the targets directly from the properties window.
This is the message I get:
Windows cannot find oFirefoxo. Make sure you typed the name correctly, and then try again. To search for a file,…
Any ideas?
Thanks!
Hi Phil,
What is the version of your OS? Are you running Windows XP or Vista? I think it may be an issue with the syntax, so try the following:
@echo off
start “C:\Program Files\Microsoft Office\Office11\Outlook.exe”
start “C:\Program Files\Mozilla Firefox\firefox.exe”
Basically, I removed the first parameter from the start line so it should just read start and then a space and then the path name to the exe file in quotes. Try that and let me know.
I’m running Windows XP Pro SP2 with all the latest updates. Lenovo T60
I changed my batch file and it still didn’t work and I figured I’d just copy and paste what you posted and it still nothing.
Could their be any AV software that could be blocking this?
Again thanks for your help
hm I was messing around with this some more. I have a folder on my Desktop with FirefoxPortable
start “” “C:\Documents and Settings\pgastwirth\Desktop\firefox 3 beta5\FirefoxPortableTest\FirefoxPortable.exe”
This opens up fine. But I still get errors for these
start “” “C:\Program Files\Microsoft Office\Office11\Outlook.exe”
start “” “C:\Program Files\Mozilla Firefox\firefox.exe”
I keep checking my file paths to make sure that they are correct.
Oh well, I’ll keep trying. Eventually I should get. Something can’t be right.
Thanks
I figured it out. For some reason when I copied and pasted the code from you site. The quotation marks were different characters than when I actually press the quotation key on my keyboard. After I replaced the quotation marks, this batch worked. If anybody wants to open a website add this
Start “” “C:\Program Files\Internet Explorer\iexplore.exe” http://www.online-tech-tips.com
I’m guessing this will do the same for Firefox but I have not personally tested this. Now I’m going to try to get firefox to open up multiple tabs.
Thanks for all your help with this. I knew it was something simple.
Works absolutely perfect. Thanks a lot.
how would you add a password in the outlook string. I have a password I have to enter once outlook opens.
Phil, glad you got it working!
Bill, I didn’t know it was possible to password protect Outlook! Are you using a third party program? And you have to enter a password into Outlook before you can view emails?