home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / ssi4.stm < prev    next >
Text File  |  1996-10-01  |  529b  |  26 lines

  1. <HTML>
  2. <HEAD>
  3. <H1>
  4. #exec</H1>
  5. <BR>
  6. This example demonstrates use of the '#exec' function. <BR>
  7. <HR>
  8. </HEAD>
  9. <BODY>
  10. 1. Executing a cmd line executable.<BR>
  11. The hostname.exe program will be executed below to return this computer's name<BR>
  12. <FONT COLOR="Green">
  13. <!--#exec cmd="hostname.exe""-->
  14. </FONT><BR>
  15. <BR>
  16. <BR>
  17. 2. Executing an ISAPI application.<BR>
  18. The ActiveX Script will be executed below<BR>
  19. <FONT COLOR="Green">
  20. <!--#exec cgi="/ASPSamp/samples/hello.asp"-->
  21. </FONT><BR>
  22. <BR>
  23. <BR>
  24. </BODY>
  25. </HTML>
  26.