Example using emg_open()
•The CAT command uses the emg_open() function to display file contents at the console promt.
•
•INET> cat ppt_files/filelist.xml
•
•
•<xml xmlns:o="urn:schemas-microsoft-com:office:office">
• <o:File HRef="master03.htm"/>
• <o:File HRef="master03.xml"/>
• <o:File HRef="preview.wmf"/>
• <o:File HRef="pres.xml"/>
• <o:File HRef="slide0001.htm"/>
• <o:File HRef="slide0002.htm"/>
• <o:File HRef="master03_stylesheet.css"/>
• <o:File HRef="script.js"/>
• <o:MainFile HRef="../ppt.htm"/>
• <o:File HRef="fullscreen.htm"/>
• <o:File HRef="buttons.gif"/>
• <o:File HRef="frame.htm"/>
• <o:File HRef="outline.htm"/>
• <o:File HRef="filelist.xml"/>
•</xml>
•
•INET>