Automatic upload BAT file

A general question on the best way, using SmartFTP,
to accomplish automatically the following process:

open SmartFTP
open a remote ftp directory (ftp://www.mysite.com/pictures/)
wait ( 2 seconds )
upload a file (c:/upload/file1/x.jpg)
wait ( 5 seconds )
upload a file (c:/upload/file2/x.jpg)
wait ( 5 seconds )
upload a file (c:/upload/file3/x.jpg)
wait ( 3 seconds )
upload a file (c:/upload/file4/x.jpg)
wait ( 3 seconds )
upload a file (c:/upload/file5/x.jpg)
wait ( 5 seconds )
upload a file (c:/upload/file6/x.jpg)
wait ( 5 seconds )
upload a file (c:/upload/file7/x.jpg)
wait ( 10 seconds )
close connection
close SmartFTP

Something like a command line BAT file or something
we can place as an icon on the Windows desktop to execute
the above process then close. Overwrite previous file enabled.

Thanks
Wilcal International

http://curl.haxx.se

but you have to look for a cmdline tool for the sleep. command.com/cmd.exe dont support that.

darix

p.s.: maybe take a look on http://www.cygwin.com/