I want to be able to catch an error in a batch script when I run the following command:
@call mvn clean install -e so how could I do something like: %local-error% = @call mvn clean install -e then test %local-error% != 1 -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/djmick_dot_com http://www.myspace.com/sexybeotches http://www.thumpradio.com ---
