home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / ViewDIZ.lha / ViewDIZ / C / Popbutton! < prev    next >
Text File  |  1997-10-08  |  293b  |  12 lines

  1. /****************************
  2.   Pop up the ViewDIZ buttons
  3.   Requires Dopus5.
  4.   ⌐1997 Mikael Lund
  5.  ****************************/
  6. options results
  7. address DOPUS.1
  8.     dopus version
  9.     if ( result='RESULT' | translate(result,'.',' ') < 5 ) then exit
  10.     command loadbuttons "dopus5:buttons/viewdiz"
  11. /**/
  12.