ceez Posted February 2, 2006 Posted February 2, 2006 Hello there fellow MSFN'ers!?!?Hope all is well...I am trying to automate the download of our spam filter software updates. These are simple text files located on a webpagehttp://turbogeeks.com/downloads/lists/the 3 files are:domainblacklist.txtipblacklist.txtsubject.txtof course, the full path is:http://turbogeeks.com/downloads/lists/domainblacklist.txthttp://turbogeeks.com/downloads/lists/ipblacklist.txthttp://turbogeeks.com/downloads/lists/subject.txtthe only command I tried was the copy command since it's the only one that sounds reasonable (in a weird way)copy "http://turbogeeks.com/downloads/lists/domainblacklist.txt" c:\updateand of course this is my output:http://turbogeeks.com/downloads/lists/domainblacklist.txtThe filename, directory name, or volume label syntax is incorrect. 0 file(s) copied.How can I accomplish this? Is this possible?Thanks for your help,ceez
gunsmokingman Posted February 2, 2006 Posted February 2, 2006 Try this @Echo Off && CLS && Color f3 && Mode 65, 7 && Title Open A URLstart iexplore.exe Http://www.msfn.org
ceez Posted February 2, 2006 Author Posted February 2, 2006 Use WGet.@bezalel, WGET worked like a charm...pretty simple to use. it did the trickThanks a million....by batch file is now complete!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now