JellyWorld
Newbie
- Joined
- Mar 22, 2005
- Messages
- 2,852
- Reaction score
- 1
Took this off genmay, copy and paste this into XXX.bat and run it to download the firefox install into the directory the batch file is in.Tyrone @ genmay.com said:@Echo Off
CD\
MD\Firefox
Echo open ftp.mozilla.org >C:\Firefox\dl.ftp
Echo >>c:\firefox\dl.ftp
Echo USER anonymous [email protected] >>c:\firefox\dl.ftp
Echo >>c:\firefox\dl.ftp
Echo cd pub >>c:\firefox\dl.ftp
Echo cd mozilla.org >>c:\firefox\dl.ftp
Echo cd firefox >>c:\firefox\dl.ftp
Echo cd releases >>c:\firefox\dl.ftp
Echo cd 1.0.6 >>c:\firefox\dl.ftp
Echo cd win32 >>c:\firefox\dl.ftp
Echo cd en-US >>c:\firefox\dl.ftp
Echo binary >>c:\firefox\dl.ftp
Echo hash >>c:\firefox\dl.ftp
Echo lcd c:\firefox >>c:\firefox\dl.ftp
Echo mget *.exe >>c:\firefox\dl.ftp
Echo y >>c:\firefox\dl.ftp
Echo y >>c:\firefox\dl.ftp
Echo y >>c:\firefox\dl.ftp
Echo bye >>c:\firefox\dl.ftp
ftp -s:c:\firefox\dl.ftp