home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / acro_web.zip / ACROGO.FUL next >
Text File  |  1995-07-25  |  442b  |  10 lines

  1. /* --------------------------------------------------------- */
  2. /* ACROGO.CMD - Rexx Program to start a full-screen version  */
  3. /*              Acrobat compatible with the IBM Web Explorer */
  4. /*                                                           */
  5. /* Cliff Cullum - July 24, 1995                              */
  6. /* --------------------------------------------------------- */
  7.  
  8. parse arg file
  9. "c:\acroread\acroread.exe" file
  10.