Hey Chuck, Try write %/D/nnet/html/file.html read http://www.dot.com/index.html or write to-file %"/D/nnet/html/file.html" read http://www.dot.com/index.html Brgds /Micael -----Ursprungligt meddelande----- Fran: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Skickat: den 20 oktober 1999 22:46 Till: [EMAIL PROTECTED] Amne: [REBOL] Saving to a different directory 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)
