Thursday, August 2, 2018
How to run two programs at once with a batch file
How to run two programs at once with a batch file
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 CDFireFox Ultimate OPtimizerFirefox.Ultimate.Optimizer.1.1Firefox.Ultimate.Optimizer.1.1Firefox 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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.