mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
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
|