mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
12a01a7706
svn path=/trunk/; revision=22441
9 lines
No EOL
256 B
Text
9 lines
No EOL
256 B
Text
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 |