blob: ecdb608bdd0343bf85420850571997b0d31114da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
option batch abort
option confirm off
open miranda-ng
put %Arch%\Icons\*.zip x%tp%/Icons/
put %Arch%\Languages\lang*.zip x%tp%/Languages/
put %Arch%\Plugins\*.zip x%tp%/Plugins/
put %Arch%\miranda%tp%.zip x%tp%/
put %Arch%\msvcp100.zip x%tp%/
put %Arch%\msvcr100.zip x%tp%/
put %Arch%\hashes.zip x%tp%/
exit
|