Mohamed Abdel Baset
Guest
Thu Jun 10, 2010 5:40 pm
Hi all,
I am runnning calibre command that is located inside a shell script
with the following command:
CPID = ipcBeginProcess("source shellscript.sh"
""
'symbol1
'symbol2
'symbol3 )
the Calibre log appears on CIW and this is not desired.
Does anybody have a solution to suppress this log?
Your help is highly appreciated.
Thanks,
Mohamed
Andrew Beckett
Guest
Mon Jun 14, 2010 10:23 am
Mohamed Abdel Baset wrote, on 06/10/10 15:40:
Quote:
Hi all,
I am runnning calibre command that is located inside a shell script
with the following command:
CPID = ipcBeginProcess("source shellscript.sh"
""
'symbol1
'symbol2
'symbol3 )
the Calibre log appears on CIW and this is not desired.
Does anybody have a solution to suppress this log?
Your help is highly appreciated.
Thanks,
Mohamed
Hi Mohamed,
symbol1 and symbol2 must be doing the printing. These are the data and error
handlers, and unless they are printing the information, nothing would appear in
the CIW.
So it's down to what you are getting those functions to do!
Regards,
Andrew.