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
14 lines
227 B
@echo off
|
|
|
|
call "%~dp0gssetgs.bat"
|
|
if '%1'=='' goto a0
|
|
if '%2'=='' goto a1
|
|
%GSC% -dSAFER -sDEVICE=txtwrite -o %2 %1
|
|
goto x
|
|
:a0
|
|
%GSC% -dSAFER -sDEVICE=txtwrite -o - -
|
|
goto x
|
|
:a1
|
|
%GSC% -dSAFER -sDEVICE=txtwrite -o - %1
|
|
goto x
|
|
:x
|