It's been many years since I've created BAT files to run on Windows machines, and encountered a small problem. I have two BAT files that utilise Android and Java apps, and they both run when executed separately. Putting them both in one BAT file (so that they execute sequentially) runs into problems ... I'm sure it's something simple but can't pin it down.
The files/lines are -
START C:\Development\adt-bundle-windows-x86-20130917\sdk\platform-tools\adb.exe shell
and
START C:\androidscreencast(1).jnlp
As I say, both work individually, but not together ... tried putting second line in same directory as first, and also a CHDIR to ensure second line points to C; drive.
Error says "Windows cannot find C:\androidscreencast(1).jnlp ... "
Any clues, suggestions would be welcomed.
R.