LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   An equivelant DOS command for & or && (https://www.linuxquestions.org/questions/general-10/an-equivelant-dos-command-for-and-or-and-and-98685/)

rootyard 09-30-2003 01:13 PM

An equivelant DOS command for & or &&
 
This question has to do with DOS commands. I know, I know... still, what I'm looking for is a command that allows you to run a program and then another in the same shell (cmd.exe) that is similar to & or &&.

qanopus 09-30-2003 02:48 PM

That the same as under bash! Just an '&' and the program will run in the background.

Artimus 09-30-2003 03:49 PM

Just type for example:

/usr/bin/program&

KenCo 09-30-2003 04:24 PM

In dos?

make a batch file.

1stprog.exe
2ndprog.exe
etc

save as whatever.bat


All times are GMT -5. The time now is 07:20 AM.