home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / text / tex / pastex / rexx / ttx / sdvitofront.ttx < prev    next >
Text File  |  1991-11-14  |  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.