How to start one application with starting another one?

killer bee

New member
Power User
VIP
Local time
1:56 AM
Messages
406
I have "PlatinumHideIP" i want start that software when i open Firefox so how do i do that. I don't want start that software with windows.:p:p:p
 

My Computer My Computer

Computer Manufacturer/Model Number
Intel DG31PR (Intel Dual core 2.5 E5200 @ 2.5GHz)
OS
windows7 Ultimate SP1 x32bit
CPU
Intel
Motherboard
Intel DG31PR
Memory
Kinsgton 1GB an Transcend 2GB
Graphics Card(s)
Intel- onboard
Sound Card
Intel- onboard
Monitor(s) Displays
ViewSonic LCD Widescreen 19
Screen Resolution
1400x900
Hard Drives
Samsung 256GB
PSU
Legend
Case
Legend
Cooling
Intel
Keyboard
Seemo
Mouse
Prolink
Internet Speed
Download Speed-512Kbps, Upload Speed-128Kbps (ADSL wired)
Other Info
UPS- Prolink Pro650s
Router Prolink H5201
Sub Woofer - Creative 2.1

My Computer My Computer

Computer Manufacturer/Model Number
Dell and Custom
OS
Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
CPU
System 1: i7 [email protected], System 2: AMD FX-4100 Zambezi 3.6G
Motherboard
System 1:Dell 06NWYK System 2: ASUS M5A97 AM3+
Memory
System 1: 8GB System 2: 8GB
Graphics Card(s)
System 1: ATI FirePro V4800 System 2: Radeon HD 6850
Sound Card
System 1: onboard System 2: onboard
Monitor(s) Displays
System1: Viewsonic HDMI 24"
Screen Resolution
System 1: 1920x1080 System 2: 1920x1080
Hard Drives
System 1: Mirrored .5B drives System 2: Seagate Barracuda ST1000DM003 1TB 7200 RPM 64MB Cache SATA 6.0Gb/s
Case
System 1: Dell System 2: Cooler Master
Internet Speed
10 MBPS

My Computer My Computer

Computer Manufacturer/Model Number
Intel DG31PR (Intel Dual core 2.5 E5200 @ 2.5GHz)
OS
windows7 Ultimate SP1 x32bit
CPU
Intel
Motherboard
Intel DG31PR
Memory
Kinsgton 1GB an Transcend 2GB
Graphics Card(s)
Intel- onboard
Sound Card
Intel- onboard
Monitor(s) Displays
ViewSonic LCD Widescreen 19
Screen Resolution
1400x900
Hard Drives
Samsung 256GB
PSU
Legend
Case
Legend
Cooling
Intel
Keyboard
Seemo
Mouse
Prolink
Internet Speed
Download Speed-512Kbps, Upload Speed-128Kbps (ADSL wired)
Other Info
UPS- Prolink Pro650s
Router Prolink H5201
Sub Woofer - Creative 2.1
What about it does not work for you?
 

My Computer My Computer

Computer Manufacturer/Model Number
Toshiba / L305D-S5934
OS
Windows 7 Ultimate x64
CPU
AMD Turion™ X2 Dual-Core Mobile Processor RM-70
Motherboard
TOSHIBA Portable PC (Socket M2/S1G1)
Memory
3.0GB DDR2 @ 399MHz
Graphics Card(s)
ATI Radeon 3100 Graphics RS780M
Hard Drives
WDC WD2500BEVS-26VAT0 ATA
5400RPM 8MB
What about creating a batch file to launch two programs?
 

My Computer My Computer

Computer Manufacturer/Model Number
Dell and Custom
OS
Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
CPU
System 1: i7 [email protected], System 2: AMD FX-4100 Zambezi 3.6G
Motherboard
System 1:Dell 06NWYK System 2: ASUS M5A97 AM3+
Memory
System 1: 8GB System 2: 8GB
Graphics Card(s)
System 1: ATI FirePro V4800 System 2: Radeon HD 6850
Sound Card
System 1: onboard System 2: onboard
Monitor(s) Displays
System1: Viewsonic HDMI 24"
Screen Resolution
System 1: 1920x1080 System 2: 1920x1080
Hard Drives
System 1: Mirrored .5B drives System 2: Seagate Barracuda ST1000DM003 1TB 7200 RPM 64MB Cache SATA 6.0Gb/s
Case
System 1: Dell System 2: Cooler Master
Internet Speed
10 MBPS
If i create batch file mention in here only open CMD file. Why is that?
 

My Computer My Computer

Computer Manufacturer/Model Number
Intel DG31PR (Intel Dual core 2.5 E5200 @ 2.5GHz)
OS
windows7 Ultimate SP1 x32bit
CPU
Intel
Motherboard
Intel DG31PR
Memory
Kinsgton 1GB an Transcend 2GB
Graphics Card(s)
Intel- onboard
Sound Card
Intel- onboard
Monitor(s) Displays
ViewSonic LCD Widescreen 19
Screen Resolution
1400x900
Hard Drives
Samsung 256GB
PSU
Legend
Case
Legend
Cooling
Intel
Keyboard
Seemo
Mouse
Prolink
Internet Speed
Download Speed-512Kbps, Upload Speed-128Kbps (ADSL wired)
Other Info
UPS- Prolink Pro650s
Router Prolink H5201
Sub Woofer - Creative 2.1
Can you post the exact contents of the batch file so we can see where it may be going wrong?
 

My Computer My Computer

OS
win7
Step 1

@echo off
Start "Firefox” "C:\Program Files\Mozilla Firefox\firefox.exe"
Start "
PlatinumHideIP" "C:\Program Files\PlatinumHideIP\PlatinumHideIP.exe"

I attached
Step1 BAT file in here.

If i use above process "PlatinumHideIP" only start.

And this one

Step 2

@echo off
Start C:\Program Files\Mozilla Firefox\firefox.exe
Start
C:\Program Files\PlatinumHideIP\PlatinumHideIP.exe

And also

Step 3

@echo off
start“Outlook”
"C:\Program Files\Mozilla Firefox\firefox.exe"
start“Firefox”
"C:\Program Files\PlatinumHideIP\PlatinumHideIP.exe"


after that i save them in "TEST.BAT" name in Desktop. and i bubble click on "TEST.BAT" file.
(I use Windows7 Ultimate 32 bit OS)
Then this error show 1 step. if i press "OK" then
PlatinumHideIP application only open.
3d35e93045.jpg


after that i Chang it this way.

Step 4
@echo off
Start "Mozilla Firefox” "C:\Program Files\Mozilla Firefox\firefox.exe"
Start "
PlatinumHideIP" "C:\Program Files\PlatinumHideIP\PlatinumHideIP.exe"

Then only open PlatinumHideIP and CMD window open but Firefox not open this is at that time "CMD window" screen shot(Step4)




How do i solve this matter?

 

Attachments

Last edited:

My Computer My Computer

Computer Manufacturer/Model Number
Intel DG31PR (Intel Dual core 2.5 E5200 @ 2.5GHz)
OS
windows7 Ultimate SP1 x32bit
CPU
Intel
Motherboard
Intel DG31PR
Memory
Kinsgton 1GB an Transcend 2GB
Graphics Card(s)
Intel- onboard
Sound Card
Intel- onboard
Monitor(s) Displays
ViewSonic LCD Widescreen 19
Screen Resolution
1400x900
Hard Drives
Samsung 256GB
PSU
Legend
Case
Legend
Cooling
Intel
Keyboard
Seemo
Mouse
Prolink
Internet Speed
Download Speed-512Kbps, Upload Speed-128Kbps (ADSL wired)
Other Info
UPS- Prolink Pro650s
Router Prolink H5201
Sub Woofer - Creative 2.1
I've had a look at your attached batch file and found an error. When I opened it in notepad, it looks normal but when I opened it in a hex editor to se the file content, there is a corruption in the Firefox line. I then reconstructed the file from scratch on my machine using notepad just using the Firefox line (as I don't have PlatinumHideIP) and Firefox fired up normally. I have then added the PlatinumHideIP line after and attach the modified file for you to try. Let me know how it goes..
 

Attachments

My Computer My Computer

OS
win7
I've had a look at your attached batch file and found an error. When I opened it in notepad, it looks normal but when I opened it in a hex editor to se the file content, there is a corruption in the Firefox line. I then reconstructed the file from scratch on my machine using notepad just using the Firefox line (as I don't have PlatinumHideIP) and Firefox fired up normally. I have then added the PlatinumHideIP line after and attach the modified file for you to try. Let me know how it goes..

Thanks for your try now only start "Firefox" ; PlatinumHideIP not start. So what is the reason? And also why still "Command Prompt" open?
 

My Computer My Computer

Computer Manufacturer/Model Number
Intel DG31PR (Intel Dual core 2.5 E5200 @ 2.5GHz)
OS
windows7 Ultimate SP1 x32bit
CPU
Intel
Motherboard
Intel DG31PR
Memory
Kinsgton 1GB an Transcend 2GB
Graphics Card(s)
Intel- onboard
Sound Card
Intel- onboard
Monitor(s) Displays
ViewSonic LCD Widescreen 19
Screen Resolution
1400x900
Hard Drives
Samsung 256GB
PSU
Legend
Case
Legend
Cooling
Intel
Keyboard
Seemo
Mouse
Prolink
Internet Speed
Download Speed-512Kbps, Upload Speed-128Kbps (ADSL wired)
Other Info
UPS- Prolink Pro650s
Router Prolink H5201
Sub Woofer - Creative 2.1
Add an extra line to the batch file that says "End" (without the " "). This will close the window after the program has run. I can't help with the PlatinumHideIP line as I am in UK and do not have a useable copy of the program. How does it integrate with Firefox? Is there a new button on the browser to activate the IP change or does PlatinumHideIP start up everytime the browser is opened?
 

My Computer My Computer

OS
win7
Back
Top