mbelgrano Posted June 28, 2015 Posted June 28, 2015 (edited) I have a problem when using a send string Dim x_file1, x_nomefile As String x_nomefile = Mid(TextBox1.Text, 1, Len(TextBox1.Text) - 4) x_file1 = x_nomefile & ".mp4{ENTER}" AutoitCommand.Send(x_file1)it not type .mp4{ENTER} x_nomefile = "01.D. NOM - Going Deeper #1.mp4{ENTER}"Seem than problem is # in sendkeypossible that send have same limitation? x_nomefile Edited June 28, 2015 by mbelgrano
Jewtus Posted June 29, 2015 Posted June 29, 2015 I think you need to use an escape character.See this article
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now