星火微课系统客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415
  1. @echo off
  2. @rem $Id: ps2ascii.bat 6300 2005-12-28 19:56:24Z giles $
  3. call gssetgs.bat
  4. if '%1'=='' goto a0
  5. if '%2'=='' goto a1
  6. %GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
  7. goto x
  8. :a0
  9. %GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
  10. goto x
  11. :a1
  12. %GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
  13. goto x
  14. :x