mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
2012315e5a
svn path=/trunk/; revision=34303
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
Sub Main
|
|
' ToDo: Pick a mirror
|
|
download ("http://switch.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.15-2-win32-installer.exe", "tuxpaint-inst.exe")
|
|
End Sub
|
|
|
|
Sub After
|
|
shell tuxpaint-inst.exe
|
|
' ToDo: delete tuxpaint-inst.exe
|
|
End Sub |