by: Fernando Rodriguez |
last post by:
Hi,
How can I save the output of an external program, called with os.system()?
|
by: Hugh Macdonald |
last post by:
I'm calling a command from within a python script and I need to be
able to both catch the output (stdout and stderr) from it and also
have the PID (so that I can kill it)
I can do one or other...
|
by: Yuan HOng |
last post by:
In my program I have to call an external program and parse its output.
For that I use the os.popen2 function, and then read the output
stream.
But the complexity is that the external program...
|
by: Kuku |
last post by:
Would the following program give the same output at all times
int main(int argc, char *argv)
{
strcpy(argv, "Hello");
strcpy(argv,"Good Morning");
printf("%s\n%s\n",argv,argv);
return 0;
}
|
by: Bob |
last post by:
I've got dot net Winform apps that are running in a backroom server with no
user interaction. They are supposed to run unattended 24 7 365. They are IVR
apps taking orders via telephony. Problem is...
|
by: mojtaba_danai |
last post by:
Hi
Hope that some one can help with the following. I wish to write a
Visual C++ program, which monitors 3-4 other services (process/programs
also written in VC++).
The program shall monitor, if...
|
by: fdu.xiaojf |
last post by:
Hi,
I'm writing a program which imports an external module writing in C and
calls a function provided by the module to do my job. But the method
produces
a lot of output to the stdout, and this...
|
by: qwertycat |
last post by:
Is it possible to execute programs in a PHP script without waiting for
the output and successfully ending the PHP script without ending the
external program too?
|
by: drhilbert |
last post by:
Dear all,
in these days, we have found a problem we can't solve even after long
long googling, so we are here asking your precious help.
In our program instead of using cout to print messages...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|