HardwareHeaven.com

HardwareHeaven.com

Looking for the skin chooser?
 
 
  • Home

  • Hardware reviews

  • Articles

  • News

  • Tools

  • Gaming at HardwareHeaven

  • Forums

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Applications, Software and Tweaking


Applications, Software and Tweaking Got a problem with an application? The place for all your program, software and tweaking questions.

Reply
 
Thread Tools
Old May 31, 2006, 05:23 PM   #1
DriverHeaven Lover
 
Join Date: Jun 2004
Posts: 166
Rep Power: 0
Bellator is on a distinguished road

making a shortcut to simultaneously launch two applications?

I use both firefox and the Internet Download Manager... I really don't want IDM to launch at windows start, and would rather it launch when I launch firefox. I tried adding the .exe target link for IDM to the firefox shortcut, but when I open firefox it opens a dialog asking where I want to save the .exe (?) instead of actually running it.

Is there anyway to simultaneously launch two apps via one shortcut?

Tanx
Bellator is offline   Reply With Quote


Old May 31, 2006, 05:55 PM   #2
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 70
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

try using one of this batch... not sure if this is what you want though

anyname.bat

start "" "C:\Program Files\<program_1_folder>\program_1.exe"
start "" "%ProgramFiles%\<program_2_folder>\program_2.e xe"

or...

anyname.cmd

@echo off
cd /d "E:\Program Files\<program_1_folder>"
start /high /MIN program_1.exe
echo.
cd /d "F:\Program Files\<program_2_folder>"
start program_2.exe
cls
exit
PangingJr is offline   Reply With Quote
Old Jun 1, 2006, 05:17 AM   #3
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 70
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

so how's it going?
PangingJr is offline   Reply With Quote
Old Jun 1, 2006, 06:31 PM Threadstarter Thread Starter   #4
DriverHeaven Lover
 
Join Date: Jun 2004
Posts: 166
Rep Power: 0
Bellator is on a distinguished road

it turns out IDM will auto launch when it detects a download, even if it isn't started at startup (or at all).... which confuses me. There are no IDM background tasks running, none listed to run in msconfig-startup, and no services for IDM listed in msconfig-services or the main services.msc... So how does it detect a download and 'know' to start itself up??

Im definitely likin the browser integration, even if i dont understand how it works with nothing running in the background...

Thanks for that code tho, should still come in handy even if i dont need it for IDM
Bellator is offline   Reply With Quote
Old Jun 3, 2006, 05:06 AM   #5
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 70
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

download manager monitors browser clicks, and depending on what you have set the program to do... it also monitors for a valid URL that you copy to the clipboard. to do these the download managers uses activeX controls for IE, and imprements plug-ins in other web browser, such as Opera, Mozilla-based browsers.

and no problem for the batch files info. you know you can create shortcut to the actual batch file with any icons that your preferred.
PangingJr is offline   Reply With Quote
Reply

Thread Tools