Category : Miscellaneous Language Source Code
Archive   : EXEC33A.ZIP
Filename : ENGLISH.BAT

 
Output of file : ENGLISH.BAT contained in archive : EXEC33A.ZIP
echo off
if %1. == . goto help
if exist %1con goto goon
echo *** Destination path not found!
goto help
:goon
echo getlang e c from exec.c to %1exec.c
getlang e c %1exec.c
if errorlevel 1 goto err
echo getlang e p from exec.pas to %1exec.pas
getlang e p %1exec.pas
if errorlevel 1 goto err
echo getlang e c from exec.h to %1exec.h
getlang e c %1exec.h
if errorlevel 1 goto err
echo getlang e a from checkpat.asm to %1checkpat.asm
getlang e a %1checkpat.asm
if errorlevel 1 goto err
echo getlang e c from checkpat.h to %1checkpat.h
getlang e c %1checkpat.h
if errorlevel 1 goto err
echo getlang e p from checkpat.pas to %1checkpat.pas
getlang e p %1checkpat.pas
if errorlevel 1 goto err
echo getlang e c from extest.c to %1extest.c
getlang e c %1extest.c
if errorlevel 1 goto err
echo getlang e p from extest.pas to %1extest.pas
getlang e p %1extest.pas
if errorlevel 1 goto err
echo getlang e a from spawn.asm to %1spawn.asm
getlang e a %1spawn.asm
if errorlevel 1 goto err
echo getlang e c from compat.h to %1compat.h
getlang e c %1compat.h
if errorlevel 1 goto err
goto exit
:err
echo *** Error!
:help
echo Usage: English destination-path
echo copies the english version of all sources to the destination path.
echo Example: english d:\eng\
:exit


  3 Responses to “Category : Miscellaneous Language Source Code
Archive   : EXEC33A.ZIP
Filename : ENGLISH.BAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/