home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap13 / lst13_1.bat next >
Encoding:
DOS Batch File  |  1996-10-07  |  157 b   |  11 lines

  1. @echo off
  2. REM Listing 15.1
  3.  
  4. REM Header
  5. echo Status: 200
  6. echo Content-type: text/html
  7. echo.
  8.  
  9. REM Body
  10. echo "<HTML><BODY>Hello World!</BODY></HMTL>"
  11.