/* Display in ST-Guide a simple text file */ CallStGuide( "C:\\NEWDESK.INF"); /* Find the WINDOM.HYP file in ST-Guide paths and display it */ CallStGuide( "*:\\WINDOM.HYP"); /* Find in the WINDOM.HYP file the CallStGuide() reference and display it */ CallStGuide( "*:\\WINDOM.HYP CallStGuide()"); /* Find in the ST-Guide indexes a simple reference */ CallStGuide( "A simple reference");