Hello,
        Now that I can download x00 files in one swoop, how do you get
that script to write the files to a different directory?
        My Rebol root is d:/nnet/rebol/ (it's there with all the other
tools I use for my upcoming site). I want to save my downloaded
files to d:/nnet/html/ .
        My script format is:
write %file.html read http://www.dot.com/index.html
        I've tried all of these without success:
write /D/nnet/html/%file.html read
http://www.fubar.com/index.html
write /D/nnet/html/file.html read http://www.dot.com/index.html
write D/nnet/html/%file.html read http://www.dot.com/index.html
write D/nnet/html/file.html read http://www.dot.com/index.html
write "/D/nnet/html/file.html" read http://www.dot.com/index.html
        Last, the user guide and dictionary told me how to do various
dir tasks, but not how to save (even off-handed). Solution?

Chuck
[EMAIL PROTECTED]
A new paradigm in viewing news - coming soon (maybe)

Reply via email to