|
| Multiple target in one shortcut |
| Newsgroup ::: microsoft.public.windowsxp.general |
| multiple target in one shortcut | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
hello.. how could i make multiple target in one shortcut? well, i could have placed 1 shortcut in the desktop to open up several application so i wouldnt have to open each and every application at a time.. thx.. |
|
|||||||||||||||||||||||||||||
| Re: multiple target in one shortcut | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
"taipan541" <taipan541@discussions.microsoft.com> wrote in message news:B13941F6-F3AC-4703-AF4E-DB31F57658A1@microsoft.com... > hello.. how could i make multiple target in one shortcut? well, i could have > placed 1 shortcut in the desktop to open up several application so i wouldnt > have to open each and every application at a time.. thx.. Place the target lines for the various applications into a batch file, then use the shortcut to launch the batch file. |
|
|||||||||||||||||||||||||||||
| Re: multiple target in one shortcut | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
"Pegasus (MVP)" wrote: > > "taipan541" <taipan541@discussions.microsoft.com> wrote in message > news:B13941F6-F3AC-4703-AF4E-DB31F57658A1@microsoft.com... > > hello.. how could i make multiple target in one shortcut? well, i could > have > > placed 1 shortcut in the desktop to open up several application so i > wouldnt > > have to open each and every application at a time.. thx.. > > Place the target lines for the various applications into > a batch file, then use the shortcut to launch the batch > file. err, could u elaborate more please.. i dont quite understand especially creating the batch file part.. perhaps any example please..thanks.. |
|
|||||||||||||||||||||||||||||
| Re: multiple target in one shortcut | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
"taipan541" <taipan541@discussions.microsoft.com> wrote in message news:D87C5F01-22EA-4806-8387-188EE3FDB70B@microsoft.com... > > > "Pegasus (MVP)" wrote: > > > > > "taipan541" <taipan541@discussions.microsoft.com> wrote in message > > news:B13941F6-F3AC-4703-AF4E-DB31F57658A1@microsoft.com... > > > hello.. how could i make multiple target in one shortcut? well, i could > > have > > > placed 1 shortcut in the desktop to open up several application so i > > wouldnt > > > have to open each and every application at a time.. thx.. > > > > Place the target lines for the various applications into > > a batch file, then use the shortcut to launch the batch > > file. > > err, could u elaborate more please.. i dont quite understand especially > creating the batch file part.. perhaps any example please..thanks.. - click Start / Run - Type notepad c:\Windows\MyApps.bat {OK} - Paste the following lines into notepad: @echo off start "Word" "c:\program files\microsoft office\office11\winword.exe" start "Excel" "c:\program files\microsoft office\office11\excel.exe" - Save and close the file - Create a shortcut to c:\windows\MyApps.bat I copied the program names and locations from the "Target" field of the specific shortcut into this batch file. |
|
|||||||||||||||||||||||||||||
| Re: multiple target in one shortcut | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
thx.. love u..bbye.. "Pegasus (MVP)" wrote: > > "taipan541" <taipan541@discussions.microsoft.com> wrote in message > news:D87C5F01-22EA-4806-8387-188EE3FDB70B@microsoft.com... > > > > > > "Pegasus (MVP)" wrote: > > > > > > > > "taipan541" <taipan541@discussions.microsoft.com> wrote in message > > > news:B13941F6-F3AC-4703-AF4E-DB31F57658A1@microsoft.com... > > > > hello.. how could i make multiple target in one shortcut? well, i > could > > > have > > > > placed 1 shortcut in the desktop to open up several application so i > > > wouldnt > > > > have to open each and every application at a time.. thx.. > > > > > > Place the target lines for the various applications into > > > a batch file, then use the shortcut to launch the batch > > > file. > > > > err, could u elaborate more please.. i dont quite understand especially > > creating the batch file part.. perhaps any example please..thanks.. > > - click Start / Run > - Type notepad c:\Windows\MyApps.bat {OK} > - Paste the following lines into notepad: > @echo off > start "Word" "c:\program files\microsoft office\office11\winword.exe" > start "Excel" "c:\program files\microsoft office\office11\excel.exe" > - Save and close the file > - Create a shortcut to c:\windows\MyApps.bat > > I copied the program names and locations from the "Target" > field of the specific shortcut into this batch file. > > > |
|
|||||||||||||||||||||||||||||
| Comments | |||||
|
|||||
| Add Comments | |||||
|
|||||