Suppressing log from stdout (using SKILL)

  • Thread starter Mohamed Abdel Baset
  • Start date
M

Mohamed Abdel Baset

Guest
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
 
Mohamed Abdel Baset wrote, on 06/10/10 15:40:
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.
 

Welcome to EDABoard.com

Sponsor

Back
Top