Thanks if you were looking at this but the ISP thru a curve ball at me and
are moving the mail server on me so I won't be able to do what I wanted.

Troy

----- Original Message -----
From: "Troy Montour" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2001 11:24 AM
Subject: Excuting stuff on the server


> Hello everyone I have a snag since I have never done this my self
> before.
>
> but I'm wondering what I would use in CF to do this same process??
>
>   Set HKSI = Server.CreateObject("hksiEZSignUp.SafeExec")
>   HKSI.FileName = "adduser.exe"
>
>   HKSI.params = "-h " & MailDomain & " -u " & UserName & " -n " & """"
> & FirstName & " " & LastName & """" & " -p " & Password
>    strResult = HKSI.execute
>
>
>   if inStr(strResult, "OK") = 1 then
>
>     'Update LDAP values
>    HKSI.FileName = "ldaper.exe"
>    HKSI.params = "-H " & """" & MailDomain & """" & " -U " & """" &
> UserName  & """" & " -GN " & """" & FirstName & """" & " -SN " & """" &
> LastName & """"  & " -S " & """" & street1 & " " & street2 & """" & " -C
> " & """" & City & """" & " -ST " & """" & State & """" & " -CO " & """"
> & Country & """" & " -Z " & """" & Zip & """" & " -T " & """" & Phone &
> """" & " -OU " & """" & BackupEmail & """" & " -O " & """" & Company
>    HKSI.execute
>    Set HKSI = Nothing
>
>       'Update Record in Datasource
>
>       Dim objConn,objRS,strSQL
>
> if you need more of the orginal code let me know.
>
> Thank you
> Troy Montour
> Vampires Inc
> [EMAIL PROTECTED]
> 612.867.6831
> 763.586.0552
> http://www.vampiresinc.com
>
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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