home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / acro_web.zip / README.TXT < prev   
Text File  |  1995-07-25  |  3KB  |  81 lines

  1. Here are the files and instructions for linking the Windows version of
  2. Adobe Acrobat to the Web Explorer.  The information is courtesy of Lee
  3. Paynter and a variety of other sources.
  4.  
  5. This package contains the following files:
  6.  
  7.  ACROGO.FUL        Rexx Cmd file to start a full-screen Acrobat session
  8.                           Rename to ACROGO.CMD to use
  9.  ACROGO.WIN        Rexx Cmd file to start a windowed Acrobat session
  10.                           Rename to ACROGO.CMD to use
  11.  EXPLORE.CAP       mailcap file for use with EXPLORE.INI
  12.  EXPLORE.EXT       extmap file for use with EXPLORE.INI
  13.  README.TXT        This file
  14.  
  15. You can choose to run Acrobat in either full-screen or windowed mode. 
  16. If you run it in windowed mode, there will be one extra file, 
  17. ACROTEMP.PDF created in your \TCPIP\TMP directory which will contain 
  18. the contents of the last Acrobat document viewed with the Web 
  19. Explorer.
  20.  
  21.  
  22. INSTRUCTIONS FOR SETTING UP THE ACROBAT-WEB EXPLORER LINK:
  23.  
  24. STEP 1: 
  25. Find the EXPLORER.INI file in the \TCPIP\ETC directory and edit the
  26. [ADVANCED] section to look like this.
  27.  
  28. [advanced]
  29. ; advanced user settings - edit with care!
  30. ;
  31. ; mailcap= specifies full path to user mailcap file
  32. ; format is:  mime/type; program_name params %s
  33. ; example:    image/jpeg; jview -r %s
  34. ; no wildcards allowed, no piping, no unix commands
  35. mailcap=c:\tcpip\etc\explore.cap
  36. ; extmap= specifies full path to user extension map file
  37. ; format is:  mime/type     extension_list
  38. ; example:    image/jpeg    jpg jpeg jpe
  39. extmap=c:\tcpip\etc\explore.ext
  40.  
  41.  
  42. STEP 2:
  43. Open the EXPLORE.CAP file in an editor and modify the path to the
  44. ACROGO.CMD file to point to your Acrobat directory, e.g. C:\ACROREAD. 
  45. You will place the ACROGO.CMD file in this directory in Step 4.
  46.  
  47.  
  48. STEP 3:
  49. Copy both the EXPLORE.CAP and the EXPLORE.EXT file to your \TCP\ETC
  50. directory.
  51.  
  52. Note:  If you already have mailcap and extmap files for using other
  53. viewers with the Web Explorer, you can just add the lines from the
  54. above files to the existing files.
  55.  
  56.  
  57. STEP 4:
  58. Decide whether to run Acrobat in full-screen or windowed mode. You can
  59. always change your mind later as long as you save both of the files 
  60. ACROGO.FUL and ACROGO.WIN.  If you want to run Acrobat in full-screen
  61. mode, rename the file ACROGO.FUL to ACROGO.CMD.  If you want to run
  62. Acrobat in a window on your OS/2 desktop, rename the file ACROGO.WIN
  63. to ACROGO.CMD.  
  64.  
  65. Copy the resulting ACROGO.CMD file to the directory containing your
  66. Acrobat files, e.g.  C:\ACROREAD.
  67.  
  68. Open the ACROGO.CMD file in an editor and modify all the paths to 
  69. point to their correct locations based on the locations of your 
  70. \ACROREAD directory and your \TCPIP\TMP directory.
  71.  
  72.  
  73. STEP 5:
  74. Open the Win-OS/2 Setup Object in your System Setup folder and make 
  75. sure that Windows is set to run in Enhanced mode and that Win-ATM is 
  76. On. Both of these are required for Acrobat to run, and this is where 
  77. it will get the settings from.
  78.  
  79.  
  80. Cliff Cullum - July 24, 1995
  81.