mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
12a01a7706
svn path=/trunk/; revision=22441
5 lines
163 B
Plaintext
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
|