home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Illustrator 3.0 & Fonts [NeXTSTEP]
/
AdobeTypeLibrary_AntiqueOlive.img
/
FontInstaller.app
/
deletefonts.ps
< prev
next >
Wrap
Text File
|
1991-04-24
|
417b
|
23 lines
%!
%%Title: deletefonts.ps
% Copyright (C) 1987, 1991
% Adobe Systems Incorporated
% All Rights Reserved
% CreationDate: (4/23/91)
/deletepattern where { pop }{ %ifelse
/deletepattern (fonts/*) def
} ifelse
statusdict begin
/diskstatus where {
pop
diskstatus add 0 ne {
% disk is hooked up and working, apparently
deletepattern {
deletefile
} 256 string filenameforall
} if
} if
end