Search found 2 matches
- Wed May 28, 2008 12:32 pm
- Forum: Beginners
- Topic: Open files in a programm, one after another
- Replies: 2
- Views: 4033
i got it by myself :D maybe it could be done simpler without these mouse moves but it works. //Loop start: NumTimesToLoop = How many files should be executed Let>NumTimesToLoop=20 Let>Counter=0 // Selector is for file counting Let>Selector=0 Label>StartOfLoop // open the Open dialog from within the ...
- Wed May 28, 2008 10:23 am
- Forum: Beginners
- Topic: Open files in a programm, one after another
- Replies: 2
- Views: 4033
Open files in a programm, one after another
Hello, im just starting over with macros and have very little experience. however the main reason i need macros is to open (numbered) files from within the open dialog of a program so the programm execute and save them (its a multiplexer without batch function). I dont get it how to automate the ope...