CFExecute and Special Chars (I think)
I'm trying to use cfexecute to update disabled users' domain attributes which requires their UserDN. When I query this from the DB and use cfoutput it looks fine but cfexecute seems to have a problem with the slash or spaces or something. I've tried double quotes (error) and single quotes around the argument (no change). Any help would be appreciated.
cfoutput produces: CN=Blow\, Joe L,OU=Employees,DC=xx,DC=xxxx,DC=com
cfexecute produces: Payne\ CN
<cfexecute name="moveUser.bat" arguments="'#userDN#'" timeOut="10"></cfexecute>
