External tools - multiple commands possible?
Posted: Tue Apr 15, 2008 6:57 pm
I'm really starting to use the external tools option, which allows me to make oXygen the center of my world. One problem I'm running into, though, is that I can't string multiple commands together. This is in WinXP, with stand-along oXygen.
For example, I'd like to have the following external tool command:
If I do that, though, the two lines get treated as one. If I turn them into one line and separate them with &&, which is a way to combine commands at the dos prompt, the first command succeeds, but the second one does not. The same command run at the command-prompt does succeed.
I know I can use a batch file for this, but I'd rather not. Can you string multiple command lines together in an external tool call from oXygen?
For example, I'd like to have the following external tool command:
Code: Select all
p4 sync c:\dev\doc\...
p4 sync c:\dev\app\...
I know I can use a batch file for this, but I'd rather not. Can you string multiple command lines together in an external tool call from oXygen?