packmgr/tree/putty.inst.rps
Maarten Bosma 21e0d2f279 fix typos.
svn path=/trunk/rosapps/packmgr/; revision=74
2006-01-03 11:49:59 +00:00

5 lines
163 B
Plaintext

Sub Main
' ToDo: Download putty.exe in own dir
download ("http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe", "C:\Program Files\putty.exe")
End Sub