Shell calls without stopping the calling programme
From: Pekka Jarvela (pekkajarvela_at_email.com)
Date: 05/04/04
- Next message: Aleks Dubinskiy: "matching / correspondence"
- Previous message: Jeff Schwab: "[ot] Re: [ann] Easy LogView"
- Next in thread: Espen Andersen: "Re: Shell calls without stopping the calling programme"
- Reply: Espen Andersen: "Re: Shell calls without stopping the calling programme"
- Reply: Andy Sinclair: "Re: Shell calls without stopping the calling programme"
- Reply: red floyd: "Re: Shell calls without stopping the calling programme"
- Reply: Siemel Naran: "Re: Shell calls without stopping the calling programme"
- Reply: Julie: "Re: Shell calls without stopping the calling programme"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 4 May 2004 02:29:48 -0700
If I put in my C++ (Visual Studio) a shell call
system("notepad file.txt");
which opens a Notepad window with file.txt, there is a problem that
the programme stops as long as Notepad window is open. Is there a way
to make shell calls so that they don't stop the actual programme?
Pekka
- Next message: Aleks Dubinskiy: "matching / correspondence"
- Previous message: Jeff Schwab: "[ot] Re: [ann] Easy LogView"
- Next in thread: Espen Andersen: "Re: Shell calls without stopping the calling programme"
- Reply: Espen Andersen: "Re: Shell calls without stopping the calling programme"
- Reply: Andy Sinclair: "Re: Shell calls without stopping the calling programme"
- Reply: red floyd: "Re: Shell calls without stopping the calling programme"
- Reply: Siemel Naran: "Re: Shell calls without stopping the calling programme"
- Reply: Julie: "Re: Shell calls without stopping the calling programme"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|