home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / BABEL2.ZIP / MAKBABEL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-01  |  493 b   |  25 lines

  1. echo off
  2. echo off
  3. cls
  4. goto START
  5.  
  6.          This generates, compiles & creates the BABEL multiple
  7.          language editor.
  8.  
  9.          Actually, the only difference between BABEL and other
  10.          programs are the additional help files needed; one for
  11.          each language.
  12.  
  13. :START
  14. echo Creating BABEL editor...
  15. shazam babel/m
  16. ren babel.hlp english.hlp
  17. szhc spanish
  18. szhc german
  19. szhc french
  20. szhc dutch
  21. del spanis_x.PAS
  22. del german_x.PAS
  23. del french_x.PAS
  24. del dutch_x.PAS
  25.