home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 10 / Sonderheft_12.iso / best-of-tools / tools / powerwindows / important < prev    next >
Text File  |  1997-06-01  |  534b  |  26 lines

  1. if exists MustReadImportant
  2.     if exists PowerWindows.exe
  3.         delete >NIL: MustReadImportant
  4.         rename >NIL: PowerWindows ReadImportant
  5.         rename >NIL: PowerWindows.exe PowerWindows
  6.     endif
  7. endif
  8.  
  9. if exists sys:utilities/multiview
  10.     sys:utilities/multiview Important.txt
  11. else
  12.     if exists c:multiview
  13.         c:multiview Important.txt
  14.     else
  15.         if exists sys:utilities/amigaguide
  16.             sys:utilities/amigaguide Important.txt
  17.         else
  18.             if exists c:amigaguide
  19.                 c:amigaguide Important.txt
  20.             else
  21.                 multiview Important.txt
  22.             endif
  23.         endif
  24.     endif
  25. endif
  26.