Jump to content

"Send" slow on WinXP64 virtual machine


Recommended Posts

Hi People,

I have developed a nice script (au3), mainly sending long file names and paths to dialogs in a program. I have written and tested it on a Windows XP 32bit machine, and am now using it on a 64bit virtual machine from VirtualBox on an Ubuntu Host. The virtual Machine is using hardware virtualization and has 2GB dedicated memory. It works fine, except that the filenames and paths being "Send($filename)", are very slow. I have already set the options for the sendKeyDelay to 1 ms., but still I could type faster then the script right now. I have tried both the 32bit and 64bit compiling options. Any ideas what is the "problem" here?

Thanks in advance! Please let me know if I should supply more info.

Jasper

Sample code:

Send("^o")
WinWaitActive("Open File","",$waitTimeOut)
Send($path&$file,1)
Send("!f")
Edited by japsai
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...