[email protected] wrote:
I'm trying to do the following:
tellnews shutdown
net start dnewssvc
This should be integrated in an asp page so when i access this asp page from
a client pc, then the newsserver on our webserver should restart.
Is it possible to integrate this in an asp page? I have no access to the
dnewsweb because that port is closed ...
So you can't access the manager service on port 7119, pity!
Sorry I don't really know much asp... If you can make asp run a script, then
the script
would just need, so the question is really 'how do I make asp run a script'
net stop dnewssvc
net start dnewssvc
I suggest you post to a news group with expertese on 'asp' and they should be
able to tell you
how to do this I think, best of luck, sorry I can't help directly.
ChrisP.