Opened 16 years ago

Last modified 16 years ago

#696 closed Bug

Autoit Vista 64bit — at Initial Version

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.2.12.1 Severity: None
Keywords: Vista 64 Cc: Adam@…

Description

Running Vista Ent 64bit.
Newest autoit and SciTE. Also tryed older version.

I get error code -2147024809 running this type of code.

{{{ $val = RunWait(@ComSpec & ' /c dsmod user "CN=Student User,OU=Students,OU=MPES,OU=ES,DC=CCS,DC=K12,DC=int" -office roe',"")

msgBox(0,"",$val) }}}

If i run this under Vista 32bit or Windows xp sp3 (not 64bit). code works fine.
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.

Change History (0)

Note: See TracTickets for help on using tickets.