Batch file to download firefox

JellyWorld

Newbie
Joined
Mar 22, 2005
Messages
2,852
Reaction score
1
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
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.
 
gweedodogg69 said:
Why not just download it from the website?

Because this is more 1337.

Although you and your pc are s71LL 73H M0R3 1337!!!!!112
 
The kind of fun you experience when doing some things in linux!
 
Back
Top