mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
9 lines
214 B
Text
9 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
|