home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
BABEL2.ZIP
/
DELBABEL.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1993-01-01
|
234 b
|
17 lines
echo off
echo off
cls
goto START
This deletes all BABEL files.
:START
echo Deleting BABEL editor files
shazam babel/del
del english.hlp
del spanish.hlp
del german.hlp
del french.hlp
del dutch.hlp
echo Done!