I have a tool based on .net . I need a vb scritp which would open this tool (.exe file) and then select 3 radio buttons , click on a button to browse a xml file stored in same folder and then click on invoke button . Is this possible ? I am a complete fresher and just have this idea in mind for an automation . This is required as I have to perform the same steps daily
I could find this code
'CreateObject("WScript.Shell").Run("""C:\Users\abc\Desktop\folder\Tool.exe""")' which is doing my task to open the .exe file perfectly. Can someone help/guide me in achieving the further steps ?
I could find this code
'CreateObject("WScript.Shell").Run("""C:\Users\abc\Desktop\folder\Tool.exe""")' which is doing my task to open the .exe file perfectly. Can someone help/guide me in achieving the further steps ?