So I wrote a Macro that basically Teamviewers into a pc, reconsises whats on the screen and logs in.
Works fine on one machine but when I take this over to another machine the Teamviewer title varies by 1 character. Probley auto adjust by screen resolutoin.
So anyway to get around this issue can I use wildcards to do a part match on a windows name.
This is my Code on the machine it was coded on
Code: Select all
UIClick>{"Monkomo otel SBSbox MKH-SRV-01 - TeamViewer"},{"Ctrl+Alt+Del"}
Code: Select all
UIClick>{"Monkomo hotel SBSbox MKH-SRV-01 - TeamViewer"},{"Ctrl+Alt+Del"}
Code: Select all
UIClick>{"Monkomo" + "*"},{"Ctrl+Alt+Del"}