home *** CD-ROM | disk | FTP | other *** search
- %!
- %%Title: clearcache.ps
- % Copyright (C) 1987, 1991
- % Adobe Systems Incorporated
- % All Rights Reserved
- % CreationDate: (4/23/91)
-
- statusdict begin
- /diskstatus where {
- pop
- diskstatus add 0 ne {
- % disk is hooked up and working, apparently
- (FC/*) {
- deletefile
- } 256 string filenameforall
- } if
- } if
- end
-
-