mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
b5e0a940b1
svn path=/trunk/; revision=23724
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
|