Menu

[r68]: / trunk / DevTools / ReleaseExe.bat  Maximize  Restore  History

Download this file

12 lines (10 with data), 493 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
@rem ---------------------------------------------------------------------------
@rem Script used to create zip file containing binary release of CodeSnip
@rem
@rem Copyright (C) Peter Johnson (www.delphidabbler.com), 2005-2006
@rem
@rem v1.0 of 08 Jun 2006 - First version.
@rem ---------------------------------------------------------------------------
@echo off
del ..\release\dd-codesnip.zip
zip -j -9 ..\release\dd-codesnip.zip ..\Exe\CodeSnip-Setup-*.exe ..\Docs\ReadMe.txt
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.