I am trying to run comspec dir for the Username\temp folder ..
cant seem to get into Documents and settings with run comspec dir
heres the short version.......... 1 works and the other will not???????
#include <GUIConstants.au3>
$hdata="\*.*"
RunWait(@ComSpec & " /c " & "dir " & @UserProfileDir & "\Local Settings\Temp" & $hdata & " /a :h /b /s" & " > " & @TempDir & "\dir.txt","",@SW_HIDE)
;RunWait(@ComSpec & " /c " & "dir " &