home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
INTERNET
/
HTML
/
TEX2RTF
/
SOURCES.ZIP
/
TOOLS
/
TCHECK
/
TCHECK.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-04-24
|
149 b
|
9 lines
@echo off
if "%1" == "" goto end
echo Checking file %1...
gawk -f check.awk %1
quit
:end
echo Tex2RTF input checker.
echo Usage: tcheck file