How to open multiple programs in Windows at once Come aprire più programmi in Windows in una sola volta

Posted on April 7, 2008 at 5:22 am Pubblicato il 7 aprile 2008 a 5:22 am

Why would you ever want to open multiple programs at once in Windows ? Perché mai si desidera aprire più programmi contemporaneamente 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. Recentemente, ho avuto qualcuno al mio ufficio, mi chiedono come possono aprire diverse applicazioni desktop in una sola volta senza dover fare clic su ciascuna domanda individuale.

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. Normalmente, avrei chiamato la persona pigra e ha detto loro di smetterla di preoccuparsi di me, ma dato che questa persona è stata l'esecuzione di un compito e ripetitivi necessari per aprire le stesse applicazioni di tutti i giorni, ho pensato che sarebbe arrivare a una soluzione.

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). Ho anche riscontrato che di solito ho aperto un paio di programmi di ogni mattina, non importa cosa: Firefox per la navigazione internet, per controllare la posta di Outlook, e Visual Foxpro per la scrittura di codice (dato che sono un programmatore). 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! Così, invece di cliccare su tre icone, ho deciso di creare quello che si chiama un file batch per aprire tutte e tre le applicazioni per la mia in una sola volta!

You can create batch files in Windows XP and Vista very easily, all you need is Notepad! È possibile creare file batch in Windows XP e Vista molto facilmente, hai bisogno solo di Blocco note!

How to create a batch file in Windows Come creare un file batch in Windows

1. Open up Notepad Aprire Blocco note

2. Copy and paste the line below as the first line in the file: Copia e incolla la riga sotto come la prima linea del file:

@echo off @ Echo off

Echo off basically tells Windows to not give you any messages or popup windows when running the commands in the batch file. Echo off fondamentalmente dice a Windows di non dare alcun messaggio o finestre popup durante l'esecuzione di comandi in un file batch.

3. Now we need to actually call the executables for the three programs that we want to open. Ora abbiamo bisogno di chiamare in realtà gli eseguibili, per i tre programmi che si desidera aprire. So in our example, I want to open Firefox, Outlook, and Foxpro. Quindi, nel nostro esempio, voglio aprire Firefox, Outlook e Foxpro. The next three lines would look like this: I prossimi tre linee sarà simile a questo:

start “Firefox” “C:\Program Files\Mozilla Firefox 3 Beta 3\firefox.exe” Inizio "Firefox" "C: \ Program Files \ Mozilla Firefox 3 Beta 3 \ firefox.exe"
start “Outlook” “C:\Program Files\Microsoft Office\Office12\Outlook.exe” Avviare "Outlook" "C: \ Program Files \ Microsoft Office \ Office12 \ Outlook.exe"
start “Foxpro” “C:\Program Files\Microsoft Visual FoxPro 9\vfp9.exe” Inizio "Foxpro" "C: \ Program Files \ Microsoft Visual FoxPro 9 \ vfp9.exe"

There are three parts to each command above and here’s what it means: Ci sono tre parti per ogni comando di cui sopra e qui di ciò che significa:

start - That is the command used in batch files to open programs Start - Questo è il comando usato nei file batch per aprire i programmi

“App Name” - The second parameter is the name of the application you are going to be opening. "App Name" - Il secondo parametro è il nome della domanda si sta per aprire. You can put any name you like here since it only uses this parameter for title purposes. Puoi mettere qualsiasi nome che ti piace qui, dato che utilizza solo questo parametro per il titolo.

“App Path” - The last parameter is the actual path to the executable file for the program. "App Path" - L'ultimo parametro è il vero percorso del file eseguibile per il programma. You can always find the path of a program by right-clicking on the icon and going to Properties . Puoi sempre trovare il percorso di un programma facendo clic destro sull'icona e andare a Proprietà. For example, if I wanted to know the path to the executable file for Firefox, I would right-click and choose Properties. Per esempio, se ho voluto sapere il percorso del file eseguibile per Firefox, vorrei clic con il pulsante destro e scegliere Proprietà.

Proprietà

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. Ora tutti che devo fare è guardare il percorso nella casella Destinazione e semplicemente copiare e incollare che nel mio file batch script.

Firefox percorso

So now your batch file should look something like this: Così ora il tuo file batch dovrebbe essere simile a questo:

File batch

Now all you have to do is actually save it as a batch file, which is very easy. Ora tutto ciò che dovete fare è in realtà salvarla come un file batch, che è molto facile. Go to File and click Save As . Andare su File, quindi fare clic su Salva con nome. Give your file a name like “ TEST.BAT “. Esprimi il tuo file un nome come "TEST.BAT". Note that I added the .BAT to the file name. Nota che ho aggiunto l'. BAT per il nome del file. Lastly, change the Save As Type to All Files instead of Text file. Infine, il cambiamento Salva come Tipo di tutti i file di testo, invece di file.

Salvare file batch

That’s it! That's it! You should now go ahead and test out your batch file and see if all of your programs load up. Si dovrebbe ora andare avanti e testare il vostro file batch e vedere se tutti i programmi di carico. One thing I have found is that loading applications via a batch file is much faster for some reason. Una cosa che ho trovato è che le applicazioni tramite il caricamento di un file batch è molto più veloce, per qualche motivo. 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. Io non sono veramente sicuri perché, ma il mio Firefox, Outlook e Foxpro tutte le applicazioni all'interno di carico da 2 a 3 secondi, mentre se aprire singolarmente, ognuno prende almeno 5 secondi.

Anyone else ever create their own batch file and if so, what did you use it for? Chiunque altro mai creare i propri file batch e, in caso affermativo, di cosa hai utilizzato per? Enjoy! Buon divertimento!

Technorati Tags: Technorati: , , ,

If you enjoyed this post, make sure you Se si godeva questo post, assicuratevi di subscribe to my RSS feed Iscriviti al mio feed RSS ! !

» Filed Under Archiviato in » Computer Tips Suggerimenti per computer

Related Posts Related Posts

8 Responses to “How to open multiple programs in Windows at once” 8 Risposte a "Come aprire più programmi in Windows in una volta sola"

  1. Phil said on : Phil ha detto:

    I can’t seem to get it to open my applications. Non riesco a farlo aprire il mio applicazioni. I have local admin rights if that helps. Ho dei diritti amministratore locale che se aiuta.

    This is what I have in my batch file Questo è ciò che ho nel mio file batch

    @echo off @ Echo off
    start“Outlook”“C:\Program Files\Microsoft Office\Office11\Outlook.exe” Avviare "Outlook" "C: \ Program Files \ Microsoft Office \ Office11 \ Outlook.exe"
    start“Firefox””C:\Program Files\Mozilla Firefox\firefox.exe” Inizio "Firefox" "C: \ Program Files \ Mozilla Firefox \ firefox.exe"

    Is this correct? È corretto?

    Am I missing spaces or something. Mi mancano spazi o qualcosa.
    Also in your example is it supposed to say office12 my exe files are in office11 folder? Anche nel tuo esempio è supposto che a dire il mio office12 exe file sono in office11 cartella?


  2. akishore Akishore said on : Ha detto:

    Hi Phil, Ciao Phil,

    I think your only problem is the spaces. Mi pare che il suo unico problema è il spazi. It should look like this: Esso dovrebbe essere simile a questo:

    @echo off @ Echo off
    start “Outlook” “C:\Program Files\Microsoft Office\Office11\Outlook.exe” Avviare "Outlook" "C: \ Program Files \ Microsoft Office \ Office11 \ Outlook.exe"
    start “Firefox” ”C:\Program Files\Mozilla Firefox\firefox.exe” Inizio "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…\”. Si noti che ho appena aggiunto tra gli spazi di inizio e di parola "Outlook" e poi tra "Outlok" e la frase "C: \ Programmi… \".

    And that’s fine that your Office executable are in Office11, it just depends on which version you have installed on your computer. E questo è bene che il suo Ufficio eseguibile sono in Office11, è solo che dipende dalla versione che avete installato sul vostro computer. Office12 is for Office 2007. Office12 è per Office 2007.

    Let me know if you were able to get it working or not. Fatemi sapere se siete stati in grado di farlo funzionare o meno. Thanks! Grazie!


  3. Phil said on : Phil ha detto:

    Okay, I was wondering if the office12 was for 2007. Ok, mi chiedevo se il office12 è stato per il 2007.

    I added the spaces and I get 1 error for each of programs I am trying to open. Ho aggiunto gli spazi e ottenere 1 errore per ciascuno dei programmi Sto tentando di aprire. I copied the targets directly from the properties window. Ho copiato gli obiettivi direttamente dalla finestra delle proprietà.

    This is the message I get: Questo è il messaggio che ho ottenere:
    Windows cannot find oFirefoxo. Windows non è in grado di trovare oFirefoxo. Make sure you typed the name correctly, and then try again. Assicurati di aver digitato correttamente il nome, e quindi riprovare. To search for a file,… Per cercare un file,…

    Any ideas? Tutte le idee?

    Thanks! Grazie!


  4. akishore Akishore said on : Ha detto:

    Hi Phil, Ciao Phil,

    What is the version of your OS? Qual è la versione del vostro sistema operativo? Are you running Windows XP or Vista? Sei in esecuzione Windows XP o Vista? I think it may be an issue with the syntax, so try the following: Credo che possa essere un problema con la sintassi, utilizzando la seguente procedura:

    @echo off @ Echo off
    start “C:\Program Files\Microsoft Office\Office11\Outlook.exe” Start "C: \ Program Files \ Microsoft Office \ Office11 \ Outlook.exe"
    start “C:\Program Files\Mozilla Firefox\firefox.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. Fondamentalmente, ho rimosso il primo parametro della linea di modo che dovrebbe iniziare a leggere e poi uno spazio e poi il nome del percorso per il file exe tra virgolette. Try that and let me know. Prova e che me lo faccia sapere.


  5. Phil said on : Phil ha detto:

    I’m running Windows XP Pro SP2 with all the latest updates. Ho installato Windows XP Pro SP2 con tutti gli aggiornamenti più recenti. Lenovo T60 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. Ho cambiato il mio file batch e che ancora non ha funzionato e mi ero occupato un solo copiare e incollare quello che hai postato e ancora niente.
    Could their be any AV software that could be blocking this? Potrebbe essere il loro AV qualsiasi software che potrebbe essere questo blocco?
    Again thanks for your help Ancora una volta grazie per il vostro aiuto


  6. Phil said on : Phil ha detto:

    hm I was messing around with this some more. Hm fare ero in giro con un po 'più di questo. I have a folder on my Desktop with FirefoxPortable Ho una cartella sul mio desktop con FirefoxPortable

    start “” “C:\Documents and Settings\pgastwirth\Desktop\firefox 3 beta5\FirefoxPortableTest\FirefoxPortable.exe” Start "" "C: \ Documents and Settings \ pgastwirth \ Desktop \ firefox 3 beta5 \ FirefoxPortableTest \ FirefoxPortable.exe"

    This opens up fine. Questo apre bene. But I still get errors for these Ma io continuo a ricevere gli errori di questi

    start “” “C:\Program Files\Microsoft Office\Office11\Outlook.exe” Start "" "C: \ Program Files \ Microsoft Office \ Office11 \ Outlook.exe"
    start “” “C:\Program Files\Mozilla Firefox\firefox.exe” Start "" "C: \ Program Files \ Mozilla Firefox \ firefox.exe"

    I keep checking my file paths to make sure that they are correct. I miei controllare i percorsi dei file per assicurarsi che essi siano corretti.
    Oh well, I’ll keep trying. Oh bene, saremo in grado di continuare a tentare. Eventually I should get. Infine vorrei ottenere. Something can’t be right. Qualcosa non può essere di destra.
    Thanks Grazie


  7. Phil said on : Phil ha detto:

    I figured it out. I figured it out. For some reason when I copied and pasted the code from you site. Per qualche motivo, quando ho copiato e incollato il codice dal tuo sito. The quotation marks were different characters than when I actually press the quotation key on my keyboard. Le virgolette sono caratteri diversi rispetto a quando ho effettivamente premere il tasto di quotazione sul mio tastiera. After I replaced the quotation marks, this batch worked. Dopo aver sostituito le virgolette, questo lotto lavorato. If anybody wants to open a website add this Se qualcuno vuole aprire un sito web aggiungere questo

    Start “” “C:\Program Files\Internet Explorer\iexplore.exe” Start "" "C: \ Program Files \ Internet Explorer \ iexplore.exe" http://www.online-tech-tips.com Http://www.online-tech-tips.com

    I’m guessing this will do the same for Firefox but I have not personally tested this. Mi chiedevo se questo farà lo stesso per Firefox, ma non ho provato personalmente. Now I’m going to try to get firefox to open up multiple tabs. Adesso voglio cercare di ottenere firefox di aprire più schede.

    Thanks for all your help with this. Grazie per il vostro aiuto con questo. I knew it was something simple. Sapevo che era una cosa semplice.


    Pingbacks
  1. 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 Come aprire vari programmi al mismo tiempo en zona di Windows »blog di software freeware programmi shareware gratis internet pc windows bajar descargar utilidades programmi multimediali gratis Says: Dice:

    […] en: Online Tech Tips. […] It: Online Tech Tips. […]

Please post your comments/suggestions! Invia i tuoi commenti / suggerimenti!