home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo off
- cls
- goto START
-
- This generates, compiles & creates the BABEL multiple
- language editor.
-
- Actually, the only difference between BABEL and other
- programs are the additional help files needed; one for
- each language.
-
- :START
- echo Creating BABEL editor...
- shazam babel/m
- ren babel.hlp english.hlp
- szhc spanish
- szhc german
- szhc french
- szhc dutch
- del spanis_x.PAS
- del german_x.PAS
- del french_x.PAS
- del dutch_x.PAS
-