Changes between Initial Version and Version 1 of Ticket #696


Ignore:
Timestamp:
11/21/08 20:04:16 (15 years ago)
Author:
Valik
Comment:

This isn't related to AutoIt. This should have been asked on the forum.

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  
    44I get error code -2147024809 running this type of code.
    55
    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}}}
    810If i run this under Vista 32bit or Windows xp sp3 (not 64bit).  code works fine.
    911I 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.