What Shravan Gaddam recorded was the login to the remote desktop. I get the correct lines of code when I record in the remote desktop itself just like recording on your local desktop..
Code:
Window("Program Manager").WinListView("SysListView32").Click 897,599
Window("Program Manager").WinListView("SysListView32").Click 897, 599, micRightBtn
Window("Program Manager").WinObject("SHELLDLL_DefView").WinMenu("ContextMenu").Select "Properties"
SystemUtil.Run "C:\WINDOWS\system32\rundll32.exe","/d C:\WINDOWS\system32\shell32.dll,Control_RunDLL desk.cpl","",""
Dialog("Display Properties").WinButton("OK").Click
SystemUtil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE","","C:\Documents and Settings\fred_h","open"
Browser("MSN.com").WinToolbar("ToolbarWindow32").Press "&File"
Browser("MSN.com").WinMenu("ContextMenu").Select "Close"