I've come across a couple more 'quirks' as I've been using it. The filename cannot have spaces - had to replace them with underscores '_' I had one path that had an ampersand '&' in it - it couldn't open the file. These may just be typical characteristics of using DOS commands, I don't know much about that.
I found this tutorial using Google.It was just what I needed except for one thing.My hard drive is partitioned, and the two applications I wanted to run were on drives C: and D:The bat file could only find the application that was on the same drive as it was, so I had to move the second app.Then it worked great!Thanks