telegard/makezip.bat

7 lines
108 B
Batchfile
Raw Permalink Normal View History

2000-11-17 16:33:00 -08:00
@Echo Off
Cls
Ds Ne
If Exist C:\Source.Zip Del C:\Source.Zip
Pkzip -A C:\Source Make*.Bat *.Obj *.Pas
Echo.