I was trying to put two commands behind one button in the button bar, by entering a command like so:
When I enter this command from a plain command prompt, it works as excepted: it performs a push on git, and then executes the pause command. So far so good. When I enter just the "git push" part for a button on the button bar, it works fine. Only when chaining the two commands like above, it won't work.
Unfortunately, the command prompt pops up for a fraction of a second, and I don't know how I can keep it visible. It does seem to display a message. something with "fatal" in it (I hope it's not lethal

). I thought of making a simpe batch file to do this, but it will make trouble for the git command, since it depends on the working directory. And afaik, in a batch file the working directory is always the physical location of the batch file. Apart from that, it feels like a workaround.
Can we somehow get this command chaining to work from TC without having to make a batch file?