Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 108 Bytes

makezip.bat

File metadata and controls

6 lines (6 loc) · 108 Bytes
 
Nov 18, 2000
Nov 18, 2000
1
2
3
4
5
6
@Echo Off
Cls
Ds Ne
If Exist C:\Source.Zip Del C:\Source.Zip
Pkzip -A C:\Source Make*.Bat *.Obj *.Pas
Echo.