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:
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-03-03
|
260 b
|
13 lines
echo off
echo BGFTSLC.BAT Version 3.03, Copyright (c) 1990-1994 Dirac Systems
rem Batch file to compile the bgft/telix salt scripts.
for %%f in (bg*.slt) do echo Compiling: %%f
for %%f in (bg*.slt) do cs %%f
echo .
echo BGFTSLC.BAT Completed.