RE: Cross-Platform Exec Task

2004-10-29 Thread Erskine, Chris
If you are looking at just choosing between a shell script under *nix and a batch or command file under Windows, a quick trick is to execute 'executable'. On Windows, it will execute 'executable.[bat|cmd|exe] while under *nix, it will execute 'executable'. This way, you do not have to do any condi

Re: Cross-Platform Exec Task

2004-10-28 Thread Kris Read
Perhaps you can use this information to help: In the "Condition" task one of the supported conditions is "os". os: Test whether the current operating system is of a given type. Each defined attribute is tested and the result is true only if all the tests succeed. family : The name of the ope