reactos/rosapps/applications/packmgr/tree/7zip.inst.rps
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

10 lines
217 B
Plaintext

Sub Main
' ToDo: Choose from different mirrors
download "http://ovh.dl.sourceforge.net/sourceforge/sevenzip/7z432.exe", "7z432.exe"
End Sub
Sub After
shell 7z432.exe
' ToDo: Delete 7z432.exe
End Sub