frok()

Scr34m scr34m@frontember.hu
Mon Oct 1 10:07:00 GMT 2001


Hi all,

Here is these simple program how can i make programs to stay in
background and run. Every 1 second do everything ??

Fork works in cygWin?

I installed it as DOS and as Unix but doesn't work :(

int main (void) {
  if(fork())
    exit(0);
  else {
    perror("cannot fork"), exit(1);
  }
  while(1) {
    printf("jkk");
    sleep(60);
  }
}

---
Bye Scr34m

| www.inertia.hu | www.frontember.hu | eurohack.at.hu |


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list