home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / VISONAIRE1,1MAIN.DMS / in.adf / virx / ShowImage.virx < prev    next >
Encoding:
Text File  |  1993-01-31  |  363 b   |  14 lines

  1. /*
  2.  * ShowImage.virx
  3.  * Copyright (c)1992 Bruno Costa & Lucia Darsa
  4.  */
  5.  
  6. options results
  7.  
  8. parse arg filename format
  9.  
  10. if format = 0 | format = 1 then
  11.   address command display filename opt ma
  12. else
  13.   requestnotify '"If you have a better graphics display, modify ShowImage.virx*nas explained in the manual (Customizing Visionaire chapter)*nand in the ReadMe file."'
  14.