home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 February / INTERNET88.ISO / pc / software / windows / bits / pdf995 / data1.cab / Program_Executable_Files / res / ps2ascii.bat < prev    next >
Encoding:
DOS Batch File  |  2001-12-08  |  435 b   |  16 lines

  1. @echo off
  2. @rem $RCSfile: ps2ascii.bat,v $ $Revision: 1.3.2.1 $
  3.  
  4. call gssetgs.bat
  5. if '%1'=='' goto a0
  6. if '%2'=='' goto a1
  7. %GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
  8. goto x
  9. :a0
  10. %GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
  11. goto x
  12. :a1
  13. %GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
  14. goto x
  15. :x
  16.