PlugIn.ws - Free Hit Counter, Web Site Statistics, Traffic Analysis
U can express your premium ideas at Channel Book
TopBottom

We do not host copyrighted files. If you find any please write us for its immediate removal.

Disclaimer

DMCA HELP

Privacy Policy

Announcement: wanna exchange links? contact me at rabinswebs@gmail.com.

How to run two programs at once with a batch file

Posted by Admin at Thursday, July 9, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

There are some ways to run two program at one by
creating a batch file
1.this is simple one:-

start firefox.exe
start notepad.exe
You can use this setting if these programs run itself from the run function in XP



2.If you cant start a program from run then you have to use this format
this format runs program firefox and Firefox Ultimate optimizer located at D:\

@echo off/on
start firefox.exe
"D:\To CD\FireFox Ultimate OPtimizer\Firefox.Ultimate.Optimizer.1.1\Firefox.Ultimate.Optimizer.1.1\Firefox Ultimate Optimizer.exe"

the first line is for viewing the commands in command
second line is to start firefox program
third line is for the program located in other crive which cannot be accessed easily from run function

Then exit the command prompt

*If you guys can exit the command prompt after opening the programs please post

3.USe this format to run firefox with the tabs you want:
"firefox" "yahoo.com" "google.com" "myspace.com"

paste the above format to run dialog box to run to save your time

Related Posts



0 comments:

Post a Comment