- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / rosapps / packmgr / tree / tuxpaint.inst.rps
1 Sub Main
2 ' ToDo: Pick a mirror
3 download ("http://switch.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.15-2-win32-installer.exe", "tuxpaint-inst.exe")
4 End Sub
5
6 Sub After
7 shell tuxpaint-inst.exe
8 ' ToDo: delete tuxpaint-inst.exe
9 End Sub