mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
10 lines
214 B
Text
10 lines
214 B
Text
|
Sub Main
|
||
|
' ToDo: Choose from different mirrors
|
||
|
download "http://svn.reactos.org/packages/samba-tng.exe", "samba-tng.exe"
|
||
|
End Sub
|
||
|
|
||
|
Sub After
|
||
|
shell samba-tng.exe
|
||
|
' ToDo: Delete samba-tng.exe
|
||
|
End Sub
|