Hi Chuck, you wrote: >Option1 syntax: >write %/D/nnet/html/file.html read http://www.dot.com/index.html >Option1 results: >** Access Error: Cannot open /D/nnet/html/file.html. >** Where: write %/D/nnet/html/andovernews.advertiserwatch.html 1. The error message does not fit the instructions you appear to be using. According to your instructions you are reading http://www.dot.com/index.html and writing to the file %/D/nnet/html/file.html. However your error message complains about not being able to write to a file andovernews.advertiserwatch.html. How did file.html become andovernews.advertiserwatch.html? In the error message, why is "Access Error" reporting a path: Access Error: /D/nnet/html/file.html that is different from "Where": Where: write %/D/nnet/html/andovernews.advertiserwatch.html Can you share the actual code? 2. If you manually enter >> write %/D/nnet/html/file.html "some text" does it succeed? How about: >> write %/D/nnet/html/andovernews.advertiserwatch.html "some text" Elan
