mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
2012315e5a
svn path=/trunk/; revision=34303
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
Sub Main
|
|
download ("http://blight.reactos.at/reactos-be/ReactOS%20Build%20Environment%200.1-3.4.2.exe", "rosbe01.exe")
|
|
End Sub
|
|
|
|
Sub After
|
|
shell rosbe01.exe
|
|
' ToDo: Delete rosbe01.exe
|
|
End Sub |