mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
5 lines
163 B
Text
5 lines
163 B
Text
|
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
|