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.

17 lines
346 B

1 month ago
  1. /*
  2. * This file is maintained by a user: if you have any questions about it,
  3. * please contact Mark Hale (mark.hale@physics.org).
  4. */
  5. @echo off
  6. if '%1'=='' goto a0
  7. if '%2'=='' goto a1
  8. gsos2 -q -dSAFER -sDEVICE=txtwrite -o %2 %1
  9. goto x
  10. :a0
  11. gsos2 -q -dSAFER -sDEVICE=txtwrite -o - -
  12. goto x
  13. :a1
  14. gsos2 -q -dSAFER -sDEVICE=txtwrite -o - %1
  15. goto x
  16. :x