Changes between Initial Version and Version 1 of Ticket #696
- Timestamp:
- 11/21/08 20:04:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #696
- Property Status changed from new to closed
- Property Resolution changed from to No Bug
-
Ticket #696 – Description
initial v1 4 4 I get error code -2147024809 running this type of code. 5 5 6 {{{ $val = RunWait(@ComSpec & ' /c dsmod user "CN=Student User,OU=Students,OU=MPES,OU=ES,DC=CCS,DC=K12,DC=int" -office roe',"") 7 msgBox(0,"",$val) }}} 6 {{{ 7 $val = RunWait(@ComSpec & ' /c dsmod user "CN=Student User,OU=Students,OU=MPES,OU=ES,DC=CCS,DC=K12,DC=int" -office roe',"") 8 msgBox(0,"",$val) 9 }}} 8 10 If i run this under Vista 32bit or Windows xp sp3 (not 64bit). code works fine. 9 11 I have ran into the code above if a string had "white space" in front or at the end of my string. This is not the case.