How to open multiple programs in Windows at once Windowsの複数のプログラムを開く方法を一度に
Posted on April 7, 2008 at 5:22 am掲示さ2008年4月7日の午前2:22
Why would you ever want to open multiple programs at once in Windows ?どうしてそんなことまでを一度に複数のプログラムを開くには、 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).私もカップルが見つかりましたが、私は通常のプログラムを開くには毎朝どんな: Firefoxをインターネットブラウジング、電子メールをチェックする見通し、およびVisual 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!のではなく、 3つのアイコンをクリックして、私は何を作成することを決めたと呼ばれるバッチファイルを開くには3つすべてのアプリケーションを私を一度に!
You can create batch files in Windows XP and Vista very easily, all you need is Notepad!バッチファイルを作成することができますWindows XPおよびVistaの非常に簡単に、すべての必要なのはメモ帳!
How to create a batch file in Windowsバッチファイルを作成する方法をWindowsで
1. 1 。 Open up Notepadメモ帳を開く
2. 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.基本的にWindowsをオフに指示エコーができるときにポップアップウィンドウを任意のメッセージやバッチファイルのコマンドを実行している。
3. 3 。 Now we need to actually call the executables for the three programs that we want to open.今すぐ私たちを実際に呼び出す必要がありますための3つのプログラムを実行可能ファイルを開くにしたいです。 So in our example, I want to open Firefox, Outlook, and Foxpro.私たちの例では、 Firefoxを起動したい場合、 Outlook 、およびFoxProのです。 The next three lines would look like this:次の3つの行は次のように、この:
start “Firefox” “C:\Program Files\Mozilla Firefox 3 Beta 3\firefox.exe” スタート]ボタンを" Firefoxの " " c : \プログラムファイル \ Mozilla Firefoxの3ベータ3 \ firefox.exe "
start “Outlook” “C:\Program Files\Microsoft Office\Office12\Outlook.exe” スタート]ボタンに" Outlook " " c : \プログラムファイル\のMicrosoft Office \ office12 \ Outlook.exeの"
start “Foxpro” “C:\Program Files\Microsoft Visual FoxPro 9\vfp9.exe” スタート]ボタンを" FoxProの " " c : \プログラムファイル \ マイクロソフトVisual FoxProの9 \ vfp9.exe "
There are three parts to each command above and here’s what it means:各コマンドには、上記の3つの部分を次のようなものという意味:
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. "アプリケーション名" -2番目のパラメータは、アプリケーションの名前を開放されることがあります。 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.たとえば、もし私へのパスを知りたいと思っているFirefox用の実行可能ファイルを、私は右クリックし、 [プロパティ]を選択します。
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.私は1つのものが見つかりましたは、アプリケーションを介してバッチファイルを読み込んでいますが何らかの理由ではるかに高速です。 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.私は本当に確実理由だったんだけど、 Firefoxのは、 OutlookおよびFoxProのアプリに2 〜 3秒間のすべての負荷一方、それらを個別にすればよい開いて、それぞれの1つは、少なくとも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 Windowsのバッチファイル
If you enjoyed this post, make sure you この投稿をお楽しみいただく場合は、必ずあなた subscribe to my RSS feed 私のRSSフィードを購読する ! !
» Filed Under »提出されて Computer Tipsコンピュータのヒント
Related Posts関連記事
- How to create Microsoft Outlook shortcuts for email and tasks Microsoft Outlookのショートカットを作成する方法では、メールやタスク
- How to read and open .DAT files in Windowsどのように読んで開いています。 datファイルをWindows
- How to extract icons from EXE, DLL, OCX, and CPL filesエグゼのアイコンを抽出する方法から、 DLLの、のOCX 、およびcplファイル
- How to batch change file extensions for Windows filesバッチファイルの拡張子を変更する方法をWindowsファイル
- How to open files from the Internet directly in Windows applicationsファイルをオープンする方法については、インターネットに直接Windowsアプリケーション
14 Responses to “How to open multiple programs in Windows at once” 14レスポンスを"を開く方法を一度に複数のプログラムをWindows " Pingbacksの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 cómo abrir ) Varios番組アルmismoティエンポアンのWindows » zonaデソフトウェアBlogシェアウェアフリーウェアのプログラムの無償ダウンロードutilidadesマルチメディアインターネットパソコンのWindows bajar無償番組 Says: は言う:
[...] en: Online Tech Tips. [...]アン:オンライン技術のヒントをご覧ください。 [...]
April 7th, 2008 at 12:47 pm 2008年4月7日12:47 pmの
Please post your comments/suggestions!コメントをお寄せください/提案!
[...] en: Online Tech Tips. [...]アン:オンライン技術のヒントをご覧ください。 [...]
April 7th, 2008 at 12:47 pm 2008年4月7日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”スタート]ボタンに" Outlook " " c : \プログラムファイル\のMicrosoft Office \ Office11に\ Outlook.exeの"
start“Firefox””C:\Program Files\Mozilla Firefox\firefox.exe”スタート]ボタンを" Firefoxの" " c : \プログラムファイル\ 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?また、お客様の例ではoffice12ことを言うはずが私のexeファイルはOFFICE11 ]フォルダですか?
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”スタート]ボタンに" Outlook " " c : \プログラムファイル\のMicrosoft Office \ Office11に\ Outlook.exeの"
start “Firefox” ”C:\Program Files\Mozilla Firefox\firefox.exe”スタート]ボタンを" Firefoxの" " c : \プログラムファイル\ Mozilla Firefoxの\ firefox.exe "
Notice that I just added spaces between start and word “Outlook” and then between “Outlok” and the phrase “C:\Program…\”.私だけに注意して開始日と単語の間にスペースが追加されました"見通し"と入力し、間に" outlok "とフレーズ" c : \プログラム… \ " 。
And that’s fine that your Office executable are in Office11, it just depends on which version you have installed on your computer.とその実行可能ファイルの中で最高のオフィスは、 Office11にしてください、それだけに依存して、どのバージョンをお使いのコンピュータにインストールされています。 Office12 is for Office 2007. office12オフィスは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.オーケー、迷っていたのは、 2007年のoffice12です。
I added the spaces and I get 1 error for each of programs I am trying to open.私と私のスペースが追加されましたそれぞれのプログラムを入手1エラーが発生しようとして私は開いています。 I copied the targets directly from the properties window.私コピーして[プロパティ]ウィンドウから直接の目標です。
This is the message I get:これは、メッセージが表示さよい:
Windows cannot find oFirefoxo. Windowsの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?お使いのOSのバージョンは何ですか? Are you running Windows XP or Vista?実行中のWindows XPまたは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”スタート]ボタンを" c : \プログラムファイル\のMicrosoft Office \ Office11に\ Outlook.exeの"
start “C:\Program Files\Mozilla Firefox\firefox.exe”スタート]ボタンを" c : \プログラムファイル\ 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.基本的に、私の最初のパラメータからのスタート]ボタンを削除するための行だけを読むスタート]ボタンをばならないと入力し、スペースと入力し、 exeファイルのパス名を引用符で囲まれています。 Try that and let me know.試しにと教えてくれよ。
I’m running Windows XP Pro SP2 with all the latest updates.私はプロSP2のWindows XPを実行し、すべての最新の更新プログラムです。 Lenovo T60レノボ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?任意のAVソフトウェアが彼らにブロックされることがありますか?
Again thanks for your help再び助けてくれてありがとう
hm I was messing around with this some more. hm私はこのいくつかの他の浮気しています。 I have a folder on my Desktop with FirefoxPortable私は私のデスクトップ上にフォルダをfirefoxportable
start “” “C:\Documents and Settings\pgastwirth\Desktop\firefox 3 beta5\FirefoxPortableTest\FirefoxPortable.exe”スタート]ボタンを" " " c : \ドキュメントや設定\ pgastwirth \デスクトップ\ 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”スタート]ボタンを" " " c : \プログラムファイル\のMicrosoft Office \ Office11に\ Outlook.exeの"
start “” “C:\Program Files\Mozilla Firefox\firefox.exe”スタート]ボタンを" " " c : \プログラムファイル\ 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”スタート]ボタンを" " " c : \プログラムファイル\ 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.これにより、私は推測するには、同じFirefox用しかし、私は個人的にこのテストします。 Now I’m going to try to get firefox to open up multiple tabs.今すぐに行くんだからFirefoxのを取得しようとする複数のタブを開いています。
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.をどのようにパスワードを入力してOutlookの文字列を追加する。 I have a password I have to enter once outlook opens.私にはパスワードを入力する私は一度Outlookのポップアップします。
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?とパスワードを入力する必要が前に表示することができます電子メールをOutlookですか?
Couple of things,カップルのことを、
just a thoughtほんの思い付き
1. 1 。 Password protect Outlook — only third Party but then if you put it into a BAT file and kept it in plain text you would be defeating the purposeパスワードで保護する見通し-その後サードパーティ製の場合にのみ入れて保管するとb atファイルをテキスト形式で表示することが目的で倒した
2. 2 。 To open Firefox in multiple tabs add the different sites with a Concat symbol between the diff urls ( its a pain IF you do work with multiple wdws of Firefox - whenever you hit Ctrl N it starts the new wdw with two tabs populated) Firefoxのを複数のタブを開いて別のサイトに追加して、 concatはシンボルの間の差分のURL (その仕事をする場合は、複数の痛みwdwsのFirefox -nがある場合は、 C trlキーを2つのタブを起動すると新しいw dw人口)
Hey Thanx for the BATねえ、バットのthanx
C:\progra~1 c : \ progra 〜 1
instaed of program files instaedのプログラムファイル
works with folders too.作品でフォルダを使用しますが判明しました。
Use the entire folder name.を使用して全体のフォルダ名を入力します。