git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@9 3f4676ac-adda-40fd-8265-58d1435b1672
13 lines
520 B
Batchfile
13 lines
520 B
Batchfile
cd "C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects\LSLEditor\bin\Debug"
|
|
|
|
copy LsLEditor.exe LsLEditor-beta.exe
|
|
|
|
del d:\temp\LsLEditor-beta.zip
|
|
del d:\temp\LsLEditor-beta.exe.bz2
|
|
del d:\temp\LsLEditor-beta.exe.gz
|
|
|
|
"c:\Program Files\7-Zip\7z" a -tzip d:\temp\LsLEditor-beta.zip LsLEditor-beta.exe
|
|
"c:\Program Files\7-Zip\7z" a -tbzip2 d:\temp\LsLEditor-beta.exe.bz2 LsLEditor-beta.exe
|
|
"c:\Program Files\7-Zip\7z" a -tgzip d:\temp\LsLEditor-beta.exe.gz LsLEditor-beta.exe
|
|
|
|
pause
|