home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / os2 / pmview / diy.txt next >
Text File  |  1995-10-31  |  2KB  |  55 lines

  1. DO IT YOURSELF GUIDE TO INSTALLING PMVIEW
  2.  
  3. If you don't have REXX installed, or if you don't want to run
  4. INSTALL.CMD, please follow these steps to set up PMView "by hand."
  5.  
  6. These instructions assume you have an unzip utility, and that you know
  7. how to use it. 
  8.  
  9. 1) Make the directory where you want to put PMView, and unzip the ZIP
  10.    file there. (If you're reading this file, you've probably already
  11.    done this.)
  12.  
  13. 2) Create a desktop icon the way you usually do. You may want to
  14.    set the associations for the file types you use. For instance,
  15.    to associate JPEG files with PMView, right-clock on the PMView
  16.    icon, open the settings notebook, go to the _Association page, enter
  17.    "*.JPG" (without quotes) in the New name field, then click the
  18.    A_dd >> button. You'll have to do this once for each file type.
  19.  
  20.    If you associate BMP with PMView, it's probably a good idea to
  21.    remove the BMP association from the Icon Editor (and ICONEDIT.EXE).
  22.  
  23.    It's probably also a good idea to set up PMView to start a new
  24.    session each time you double-click on the icon. To do this, go to
  25.    the Window page of the settings notebook, and select _Create new
  26.    window at the bottom of the page.
  27.  
  28. 3) To set up filters, create a directory for them and unzip FILTERS.ZIP
  29.    there. For instance:
  30.  
  31.       md filters   
  32.       cd filters
  33.       unzip ..\filters
  34.  
  35.    Be sure to also set the PMVIEW_FILTER environment variable with the
  36.    path where the filters are (see below).
  37.  
  38. 4) Set the 3 environment variables for PMView. For instance,
  39.  
  40.       set PMVIEW_INI=e:\pmview\pmview.ini
  41.       set PMVIEW_HELP=e:\pmview\
  42.       set PMVIEW_FILTER=e:\pmview\filters\
  43.  
  44.    (Of course, you should replace "e:\pmview" with the path where you
  45.    put PMView.)
  46.  
  47.    We STRONGLY recommend that you add these 3 lines to your CONFIG.SYS
  48.    file.
  49.  
  50. That's it! If you've changed your CONFIG.SYS, then shutdown, reboot,
  51. and enjoy.
  52.  
  53. Raja Thiagarajan
  54. (sthiagar@nickel.ucs.indiana.edu)
  55.