reactos/rosapps/packmgr/tree/putty.inst.rps

5 lines
163 B
Plaintext
Raw Normal View History

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