At 02:14 PM 4/10/01 -0800, you wrote:
>Ok.. just discovered this "gem" in the manual. It's amazing
>what you can learn in that thing ;) I was hoping, with a
>little tweaking, to have this output an RSS/RDF type file.
>I've got to get it runing first.
>
>Can it be run from the command line (outside cron)? How?
Just run it by hand, e.g.
cd \inetpub\scripts
.\dnewsweb -latest latest.tpl >d:\toppage.htm
>Currently, it is setup as a "cron job" as discussed in the
>manual. It runs and the file "updates".. but is empty. I
>switched back the original "latest.tpl" and it is still
>empty.
I think this means it's failing in some way, probably if you try it manually
as above you will see whats wrong, the most likely causes are:
1) it can't find dnewsweb.ini (it should be run from the cgi-bin
or scripts directory)
2) it can't write to the files
Let me know of running it manually doesn't resolve this problem. Stick with
the example template until you have it filling out the file properly then
try your version.
ChrisP.