Originally Posted by planetchess.org
Just Curious Octal, which language did you write this program in?
Sounds like Perl and at least a couple of others.....
|
This might sound odd, but it was first a C program, that generated the URL starting at "http://www.chesscenter.com/twic/zips/twic211g.zip", and constantly incremented the last number until we reached the current issue. The program then outputed the string "wget http://www.chesscenter.com/twic/zips/twic211g.zip" (wget is a linux CLI program for downloading things from online; and the "211" part is constantly incremented) into a text file, which I made executable. This second program is a /bin/sh program, which would be difficult to import into windows.
So I wrote a program that writes a program to download files.
I'm sure Perl could work, but I never learned Perl, and I have lost a lot of the interest I used to have in computers, thus I have less inclination to learn the language.
Lastly, lets try not to get too off topic.