home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fonts 1
/
freshfonts1.bin
/
programs
/
amiga
/
tpp
/
rexx
/
sdvitofront.tpl
< prev
next >
Wrap
Text File
|
1992-05-02
|
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.'