Forum Discussion
joffre
15 years agoRegular Contributor
Same error. But I don't think the problem is with on "&" instead of "+", cause on my other method, I'm using "&" as concatenation method and it works fine.
Here is where it is working fine:
Any more ideas my friend?
Here is where it is working fine:
Call directUIHWND.Keys("01 - LGComponentes[F2]1.LGComponentes[Enter][Enter]") 'I rename the folder
Call directUIHWND.Keys(CaminhoDaPasta3) 'I join the folder where the sql file is
Call directUIHWND.Keys("Like %1%[F2]1.sql[Enter][BS]") 'I rename the sql file
Call TestedApps.cmd.Run(1, True) 'I open the CommandPrompt
Call Aliases.cmd.wndConsoleWindowClass.Keys(ComandoCriarTabela&"1.LGComponentes\SQLServer\1.sql -o " &DirLog&"1.txt[Enter]Exit[Enter]") 'I type a command on CommandPrompt. Note that I'm using "&"
Call directUIHWND.Keys(CaminhoDaPasta4)
Call directUIHWND.Keys("1.LGComponentes[Down]")
Any more ideas my friend?