Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
daillest319
- Posts: 27
- Joined: 31 Jan 2012 14:45
#1
Post
by daillest319 » 15 Jun 2012 08:03
im trying to automate a program but i get stuck at a check box screen. is there anyway to click a certain button using bat script or vbs? dont know if that code below will help but thats what the error file is saying..button 61 is the one i want to choose.
Code: Select all
InitApplication: Class Name = src5911
hWnd = 1486
Creating button Run SRC with RadioButton ID 60
Creating button Process Files with RadioButton ID 61
Creating button Exit Program (Return to DOS) with RadioButton ID 62
default case: wParam = 61
RadioButtonClicked = 61
Get_Menu_Sel returning 1
ScriptSelection = 11
Last edited by
daillest319 on 15 Jun 2012 08:25, edited 1 time in total.