home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
tpp
/
rexx
/
sdvitofront.tpl
< prev
next >
Wrap
Text File
|
1995-02-27
|
228b
|
8 lines
/* Brings the previewer "ShowDVI" to frontmost screen */
IF SHOW('P', 'showdvi') THEN
ADDRESS "showdvi" tofront
ADDRESS "showdvi" activate
END
ELSE ADDRESS 'TextPlus' 'Display' 'ShowDVI is not running.'