You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
227 B

1 month ago
  1. @echo off
  2. call "%~dp0gssetgs.bat"
  3. if '%1'=='' goto a0
  4. if '%2'=='' goto a1
  5. %GSC% -dSAFER -sDEVICE=txtwrite -o %2 %1
  6. goto x
  7. :a0
  8. %GSC% -dSAFER -sDEVICE=txtwrite -o - -
  9. goto x
  10. :a1
  11. %GSC% -dSAFER -sDEVICE=txtwrite -o - %1
  12. goto x
  13. :x