mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
12a01a7706
svn path=/trunk/; revision=22441
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
|