> I am trying to use WMI to manage DNS entries in a Windows 
> 2000 DNS server. I have some VBS files that I can do this 
> with from the command prompt, but am not sure how to run 
> them with ColdFusion. Here is a link to the article I am 
> looking at for instructions on how to accomplish this task:
> http://www.iisfaq.com/Articles/319/. Just trying to 
> automatially create, modify, and delete dns entries with 
> ColdFusion, if anyone knows of a better way to do this 
> then using the VBS files I mentioned then please let me 
> know.

In the examples, the VBScript files are called using cscript.exe, which is
the command-line Windows Script Host interface. You should be able to invoke
those command-line calls using CFEXECUTE. Since the scripts accept username
and password attributes, you shouldn't have any problems running them, since
the scripts will use that authentication information instead of the CF
Service's authentication information.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to