home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / acro_web.zip / ACROGO.WIN < prev    next >
Text File  |  1995-07-25  |  524b  |  11 lines

  1. /* --------------------------------------------------------- */
  2. /* ACROGO.CMD - Rexx Program to start a windowed version     */
  3. /*              Acrobat compatible with the IBM Web Explorer */
  4. /*                                                           */
  5. /* Cliff Cullum - July 24, 1995                              */
  6. /* --------------------------------------------------------- */
  7.  
  8. parse arg file
  9. '@copy 'file' c:\tcpip\tmp\acrotemp.pdf >>NULL'
  10. "@START /WIN c:\acroread\acroread.exe c:\tcpip\tmp\acrotemp.pdf"
  11.