Re: Batch files in DOS

2006-06-05 Thread Tobias Tiederle
Hi, [EMAIL PROTECTED] wrote: I'm trying to mirror about 100 servers (small fanfic sites) using wget --recursive --level=inf -Dblah.com, blah.com,blah.com some_address However, when I run the batch file, it stops reading after a while; apparently my command has too many characters. Is there

RE: Batch files in DOS

2006-06-05 Thread Tony Lewis
I think there is a limit to the number of characters that DOS will accept on the command line (perhaps around 256). Try putting echo in front of the command in your batch file and see how much of it gets echoed back to you. As Tobias suggested, you can try moving some of your command line options