ContributionsMost RecentMost LikesSolutionsAQFilesystem ObjectHi: I have a situation where I store all my results in excel format in my local drive. I have to move the result to my server. I created folders using aqfilesystem.createfolder in my server. Is there a command to move the contents of a folder in local to server. I came across aqfile.movefile but I need to move the whole contents of the folder - Folder names will be different - I need the files from one folder to the other. (I guess we can move the files through vbscript as well - Let me have the code if you think its a relevant question)Re: Special Characters recognitionThank you for your detailed explanation. I did not mean I dont understand how to set the regional settings.. I meant the Test Complete Test topic. However i figured out how. From the topic i understood the multiple language settings will work with ANSI. Will try 16. Re: Special Characters recognitionJared: Tried to change the settings to ANSI which supports the country settings I test. But no luck. Initially it was Auto and I changed to ANSI. Please let me know if there are any other options.Re: Special Characters recognitionThank you for your reply Jared: However the topic is too advanced Im not able to follow. Will you be a ble to tell me if we can send ascii values like fn key combinations in laptop for example - é is possible by holding down fn key and alt+1+3+0. Please let me know.Re: simulate Context menuOh..okay.. that is not happening manually. I was tyring all possible combinations to make it work. Special Characters recognitionTest Complete is not recognizing special characters like when the regional setting is set to US, when I try to enter greek alphabets - sys.desktop.keys("^") etc. Sets a blank value in the field. Do you have any suggestions.Re: simulate Context menuThanks for all your help.. But i get the error message "Unable to focus the control" - Ours is a WPF windows application. Re: Can I send a mail from any account through BuiltIn.SendMail() ? Sub Send_Mail(to_emailid, cc_emailid) Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg = objOutlook.CreateItem(0) With objOutlookMsg .To = to_emailid .Cc = cc_emailid .Subject = "Test Complete Script Execution Details" .Body = "Error Occured in : " '.HTMLBody = "HTML version of message" '.Attachments.Add ("f:\Test.txt") .Send End With Set objOutlookMsg = Nothing Set objOutlook = Nothing End Sub I use this function. Re: simulate Context menuAlex: Can you be more clear on this. I tried sys.desktop.keys as well as obj.keys('[apps]') on encountering the first single quote the line is considered as commment. Please explain.simulate Context menuTrying to simulate right click by using sendkeys (shift f10). But the script pauses on executing the shift+f10. Is there a workaround for this. ClickR is not consistent in my app.