ContributionsMost RecentMost LikesSolutionscomparing two csv files and writing difference line to another file hi, i need to compare two csv files and log the lines which are different into another file file1.csv abc def ghi file2.csv abc xyz ghi output file should be def xyz Re: command prompt settings Disabling TChookx64 doesn't help , Actually it doesn't even start test complete is there any settings in Testcomplete , where i can set all my scripts to run in Syswow64 shell? Re: passing arguments as parameter to command prompt Thanks I am able to pass argument passing arguments as parameter to command prompt Hi , I need to open a command prompt from my script and need to enter some comands , and these commands i need to pass as a parameter Something like : i need to open CMD prompt and enter ping 192.168.2.100, where my IP will be stored in variable IP= "192.168.2.100" i tried the following sys.oleObject("wscript.shell").Exec (cmd/c ping @IP) but not working Solvedcommand prompt settings Hi, I have a script , which works with 32 bit machine, but the same script throws error when ran in 64 bit machine, is there any settings in test complete so that i can make my script always run in 64 bit shell (SysWow64) Re: unable to select an element in listview box Yes I can see the element "Default Settings" when code is executed to brief you more See attached Screenshot There are two tabs in my screen (snapshots and Presets) , both are not gettings identified by test complete selecting "Snapshots" tab in the page and execting the above codewill give all the items under snapshots namely "Abcd, ...Snapshot #1..." But even after exceuting the same code after selecting "Presets" tab , still i will get items listed under "snapshots" tab instead of getting elements under preset tab Re: unable to select an element in listview box Thanks for the code But i cannot find "Default Settings" in witem array Re: unable to select an element in listview box Yes, After Restarting Test complete , it works Re: unable to select an element in listview box What type of application? Windows application developed using C++ What is it written in? Vb script What type of List? (There are many!) Syslistview 322 Classname of the List? What method are you using to apply the selection? Scripted or Keyword test? Script What language if scripting? VB What browser if web? (And what version of the browser) N/A And what version of TestComplete.10.60.3387.7 Below is the Code, whcih i got when recorded (i am clicking on "DefaultSettings") Sub Test5 Call Aliases.d950system.wndD950Class.MDIClient.wndAfx.page32770.page32770.pageSnapshots.SysListView322.DblClickItem("defaultSettings", 0) End Sub unable to select an element in listview box Hi , i am unable to select an element in List View Item, Even playing back the recorded script fails with an error "List View Item "Default Settings" not found" However if i restart the testcomplete , my code works fine Let me known , how to solve the issues