home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ghostscript-2.6.2-bin.lha / bin / ps2epsi < prev   
AmigaDOS Script File  |  1996-10-12  |  282b  |  13 lines

  1. .key IN/A,OUT/A
  2. .bra [
  3. .ket ]
  4.  
  5. gs -q -dNOPAUSE -dNODISPLAY ps2epsi.ps < [IN]
  6.  
  7. Echo "/InitDictCount countdictstack def gsave save mark newpath" >> [OUT]
  8.  
  9. type [OUT] >> [IN]
  10.  
  11. Echo "countdictstack InitDictCount sub { end } repeat" >> [OUT]
  12. Echo "cleartomark restore grestore" >> [OUT]
  13.