Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Beep after Tool Execution ====== This should be interesting for you if you want to know:\\ //How to disable a Beep after running the tool with capture output set?// By default, HippoEDIT beeps every time after running the tool with capture output flag set. To disable this default behavior you can change XML flag in hippoedit.config. Put this into hippoedit.config to disable beep: <code xml> <GENERAL> <BeepOnOutputEnd>false</BeepOnOutputEnd> </GENERAL> </code> Changes should be done in hippoedit.config file. #xml_option