mirror of
https://github.com/reactos/packmgr.git
synced 2024-11-26 21:30:29 +00:00
21e0d2f279
svn path=/trunk/rosapps/packmgr/; revision=74
10 lines
217 B
Plaintext
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
|