Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 354 Bytes

zzalpha.bat

File metadata and controls

11 lines (11 loc) · 354 Bytes
 
Nov 18, 2000
Nov 18, 2000
1
2
3
4
5
6
7
8
9
10
11
@echo off
echo 
cecho $09 "þ " $0b "ZIPing up required files"
if exist alpha.zip del alpha.zip
pkzip -ex alpha.zip bbs.exe bbs.ovr \doc\release.doc \doc\beta.doc new*.txt history\ver.txt
copy d:\bbs\afiles\bulletd1.msg bullett.msg
copy d:\bbs\afiles\bulletd1.cfg bullett.cfg
pkzip -ex alpha.zip bullett.msg bullett.cfg
echo 
cecho $03 "- Done."
echo