home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / terminal / bg303 / bgftslc.bat < prev    next >
Encoding:
DOS Batch File  |  1994-03-03  |  260 b   |  13 lines

  1. echo off
  2.  
  3. echo BGFTSLC.BAT Version 3.03, Copyright (c) 1990-1994 Dirac Systems
  4.  
  5. rem Batch file to compile the bgft/telix salt scripts.
  6.  
  7. for %%f in (bg*.slt) do echo Compiling: %%f
  8.  
  9. for %%f in (bg*.slt) do cs %%f
  10.  
  11. echo .
  12. echo BGFTSLC.BAT Completed.
  13.