home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / tpp / rexx / sdvitofront.tpl < prev    next >
Text File  |  1995-02-27  |  228b  |  8 lines

  1. /* Brings the previewer "ShowDVI" to frontmost screen */
  2.  
  3. IF SHOW('P', 'showdvi') THEN
  4.         ADDRESS "showdvi" tofront
  5.         ADDRESS "showdvi" activate
  6.         END
  7. ELSE ADDRESS 'TextPlus' 'Display' 'ShowDVI is not running.'
  8.