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
17 lines
346 B
/*
|
|
* This file is maintained by a user: if you have any questions about it,
|
|
* please contact Mark Hale (mark.hale@physics.org).
|
|
*/
|
|
|
|
@echo off
|
|
if '%1'=='' goto a0
|
|
if '%2'=='' goto a1
|
|
gsos2 -q -dSAFER -sDEVICE=txtwrite -o %2 %1
|
|
goto x
|
|
:a0
|
|
gsos2 -q -dSAFER -sDEVICE=txtwrite -o - -
|
|
goto x
|
|
:a1
|
|
gsos2 -q -dSAFER -sDEVICE=txtwrite -o - %1
|
|
goto x
|
|
:x
|