INSTALL.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>
  7. GnuDIP Release 2.3 - Windows Client INSTALL File
  8. </title>
  9. <base target="_blank">
  10. </head>
  11. <body bgcolor=white>
  12. <table><tr valign=middle><td>
  13. <img align=middle src="gnudip.jpg" alt="GnuDIP Logo" border=0 height=60 width=113>
  14. </td><td>
  15. <h1>GnuDIP Release 2.3 - Windows Client INSTALL File</h1>
  16. </table>
  17. <hr>
  18. <p>
  19. Follow these steps:
  20. <ol>
  21. <li>
  22. Move the folder
  23. <a href="./"><code>gdipc</code></a> created when you expanded
  24. <code>Win_gdipc.exe</code>, and containing this <code>INSTALL.html</code> file,
  25. to <code>C:\</code>.
  26. <p><li>
  27. You may wish to add the folder <code>C:\gdipc</code> to your executable search path, either:
  28. <p><ul>
  29. <li>
  30. by adding a line to your <code>C:\autoexec.bat</code> file such as this:
  31. <blockquote><pre>
  32. path "%PATH%";"C:\gdipc"
  33. </pre></blockquote>
  34. You will need to restart Windows in order to have this take effect.
  35. <p><li>
  36. or by using the GUI interface that Windows NT/2000 provides for this purpose:
  37. <ol>
  38. <li>
  39. Open your NT system's environment settings:
  40. <p><ol>
  41. <li>
  42. Double-click the My Computer icon on your desktop.
  43. <li>
  44. Double-click the Control Panel icon in the My Computer folder.
  45. <li>
  46. Double-click the System icon in the Control Panel folder.
  47. <li>
  48. Click the Environment tab in the System Properites window.
  49. </ol>
  50. <p><li>
  51. In the System Variables window, find the variable Path and click it.
  52. Notice that the variable and its value appear in the two
  53. text fields at the bottom of the display.
  54. </ol>
  55. </ul>
  56. <p><li>
  57. Read <a href="CLIENT.html"><code>CLIENT.html</code></a> for a description of
  58. how to use this GnuDIP Windows client now that it is installed.
  59. </ol>
  60. <p><hr>
  61. </body>
  62. </html>