386BSD 0.1 development
[unix-history] / usr / othersrc / public / ghostscript-2.4.1 / gsecho.bat
CommitLineData
d0239c33
WJ
1@echo off\r
2if '%1'=='-a' goto add\r
3if exist %1 erase %1\r
4goto put\r
5:add\r
6shift\r
7:put\r
8echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1\r