I have a couple of batch files that I wish to run as "external build tasks" after my application has built.
These batch files are stored in a sub directory under the main project directory (for convenience from a source safe point of view), so I dont wish to specify a full path to them, and would rather use a relative path from the project directory (as I am not the only person working on this project and want a "check out and build anywhere" with no hastle or fixed path requirement)... can I find a way to do this.. nope!
Does anyone know if there is some particular way of specifying the path, or some kind of environment type variable that will allow me to do this? I have tried....
bat/do_stuff.bat
/bat/do_stuff.bat
<jbuilder>/do_stuff.bat
and countless other variations, but to no avail...
Cheers,
<< JOC >>
These batch files are stored in a sub directory under the main project directory (for convenience from a source safe point of view), so I dont wish to specify a full path to them, and would rather use a relative path from the project directory (as I am not the only person working on this project and want a "check out and build anywhere" with no hastle or fixed path requirement)... can I find a way to do this.. nope!
Does anyone know if there is some particular way of specifying the path, or some kind of environment type variable that will allow me to do this? I have tried....
bat/do_stuff.bat
/bat/do_stuff.bat
<jbuilder>/do_stuff.bat
and countless other variations, but to no avail...
Cheers,
<< JOC >>