telegard/makezip.bat

7 lines
108 B
Batchfile

@Echo Off
Cls
Ds Ne
If Exist C:\Source.Zip Del C:\Source.Zip
Pkzip -A C:\Source Make*.Bat *.Obj *.Pas
Echo.