mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
4 lines
163 B
Text
4 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
|