diff options
Diffstat (limited to 'plugins/IEHistory/pack.bat')
-rw-r--r-- | plugins/IEHistory/pack.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/IEHistory/pack.bat b/plugins/IEHistory/pack.bat new file mode 100644 index 0000000000..f14ab0ea53 --- /dev/null +++ b/plugins/IEHistory/pack.bat @@ -0,0 +1,10 @@ +for /F "tokens=5-9* delims=. " %%i in (docs\IEHistory_readme.txt) do (call :Pack %%i %%j %%k %%l; exit) + +:Pack +D:\usr\PowerArchiver\pacl\pacomp.exe -a -c2 "IEHistory %1.%2.%3.%4.zip" @files_release.txt +D:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "IEHistory %1.%2.%3.%4.zip" docs\*.* *.caca +call "pack symbols.bat" IEHistory IEHistory %1.%2.%3.%4 +exit + +error: +echo "Error packing IEHistory"
\ No newline at end of file |