home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / vuhtml.zip / README.TXT < prev    next >
Text File  |  1996-02-09  |  3KB  |  68 lines

  1. viewhtml   version  0.02
  2. --------------------------------------------
  3. THIS PRODUCT IS FREEWARE.  FREE, FREE, FREE!
  4.  
  5. The zip file viewhtml.zip should contain the following:
  6.  
  7.   readme.txt - this file
  8.   htmlwin.exe - the executable
  9.   viewhtml.txt - an ascii DeScribe macro
  10.   mym30lb.dll - Visual Age C++ dll
  11.  
  12.  
  13. HOW TO USE
  14. --------------------
  15.  
  16. First, YOU MUST HAVE "webexwin.dll" IN YOUR LIBPATH.
  17. Also, you must copy "mym30lb.dll" to a directory in you LIBPATH.
  18.  
  19. The parameters for htmlwin.exe follow:
  20.  
  21.   "file:///c:/html/html.html" - the name of the html file to view ( without quotes )
  22.   "delete" - tells the program to delete the html file at exit ( useful for the macro )
  23.  
  24. So, to run htmlwin.exe from the command line, use something like this:
  25.  
  26.   htmlwin.exe file:///c:/html/html.html
  27.  
  28.  
  29. Now, for the macro.  First, the macro COPIES the currently viewed file to an ascii file called "c:\html\htwintmp.htm".  You can change this to point to whatever directory you keep your html files and images in.  This lets you view the files more or less as the browser sees them.
  30.  
  31. Then, the macro runs htmlwin.exe, passing the parameter "delete", to automatically delete the temp file on exit, and the filename as a URL, not as a regular OS/2 - DOS path.
  32. This must be a full URL path to the file, as the executable parses this name to see what file to delete on exit.
  33.  
  34. The "delete" parameter lets you run the macro many times in the same session, without having to go and delete your temp file manually.
  35.  
  36.  
  37. NOTES
  38. -------------------
  39.  
  40. This program uses the file "webexwin.dll" ( not included ), which must be in your LIBPATH.
  41. This program uses the file "mym30lb.dll" ( included ), which must be in your LIBPATH.
  42. This program uses only one function from the webexwin.dll, to load the file.  I hope this means that, as the WebExplorer is improved ( JAVA? ), htmlwin.exe can stay the same.
  43.  
  44.  
  45. IN THE FUTURE
  46. -------------------
  47.  
  48. I'll add a status bar to the window, that shows where a link points to.  That will probably be it, I don't want to turn this thing into a full fledged browser.
  49.  
  50. If someone comes up with an EPM macro, or any other macros that use this window, please send them to me, and I'll add them to the distribution.
  51.  
  52.  
  53.  
  54. CONTACTING ME
  55. ------------------
  56.  
  57. If you have any problems, or have ideas for improvements, please tell me.  You can reach me at:
  58.  
  59. Chris J. Kennedy
  60.  
  61. Compuserve ID: 73633,1370
  62. Internet:
  63.    ckennedy@primenet.com
  64.    ckennedy@touchnet.com
  65.  
  66. Enjoy!
  67.  
  68.