home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / pastex / rexx / ttx / sdvitofront.ttx < prev    next >
Text File  |  1991-11-15  |  208b  |  8 lines

  1. /* brings the previewer "ShowDVI" to front */
  2.  
  3. IF (SHOW('P', 'showdvi')) THEN DO
  4.     ADDRESS "showdvi" tofront
  5.     ADDRESS "showdvi" activate
  6.     END
  7. ELSE RequestBool TITLE '"???"' PROMPT  '"ShowDVI is not running."'
  8.