baitmaster
Well-known Member
- Joined
- Mar 12, 2009
- Messages
- 2,042
Hi there, is anyone familiar with this programme?
I need to write a macro that performs actions on files in my folder system, but then performs actions on each file using a third party piece of software - a specialised application, which VBA cannot see (i.e. via tools > references)
I know exactly how I would programme this in VBA (if only I could control the other piece of software), but not how to translate that across to Winbatch, which has similar but different, programming language and structure
The advantage of Winbatch is that it records mouse actions, so I can record the actual movements, buttons clicked, and text entered etc, but I need to intersperse that with loops, for each file in a specific folder, and create new files containing results of analysis, and mix in some specific actions amongst my mouse clicks. Ideally I would do away with the mouse clicks altogether, and record the actual processes being performed
Can anybody help with this software?
Thanks for looking...
I need to write a macro that performs actions on files in my folder system, but then performs actions on each file using a third party piece of software - a specialised application, which VBA cannot see (i.e. via tools > references)
I know exactly how I would programme this in VBA (if only I could control the other piece of software), but not how to translate that across to Winbatch, which has similar but different, programming language and structure
The advantage of Winbatch is that it records mouse actions, so I can record the actual movements, buttons clicked, and text entered etc, but I need to intersperse that with loops, for each file in a specific folder, and create new files containing results of analysis, and mix in some specific actions amongst my mouse clicks. Ideally I would do away with the mouse clicks altogether, and record the actual processes being performed
Can anybody help with this software?
Thanks for looking...