mirror of
https://github.com/reactos/packmgr.git
synced 2024-11-23 03:49:39 +00:00
21e0d2f279
svn path=/trunk/rosapps/packmgr/; revision=74
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
|