Topic: winxp
Multiple Programs
23 May 07
You can run two programs on the same line in Windows XP's Command Prompt window. To run two programs, you type in their names separated by an ampersand (&). For example, you'd type:
Program1 & Program2
and press Enter. In this example, Program2 starts as soon as Program1 finishes executing.
See Other tips, Legacy Tips
|