Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Opening multiple programs asynchronously

Name: Anonymous 2009-03-17 17:38

Hi /prog/, I'm working on a networked program that has a server and clients.  Due to this, I often find it tedious to start the server and several clients to test something.  I'm looking for a simple easy way to write a program that opens the server and the clients for easy testing.  If I were on *nix it would write a simple C program with a couple forks(), but alas, I'm developing on windows and I don't know much about windows threading. Can someone help me out?

Name: Anonymous 2009-03-17 18:29

>>3
>>5
My experience with windows batch files has always been that they will execute a program, then wait for it to exit before executing the next.  What command makes them execute without waiting for it to exit?
>>4
Yea I don't really know unix shell scripting, the syntax of some of much of it looks a bit hairy, and I know I won't use it enough to remember it.  Easier to go with what I know ya know?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List