00001 /* 00002 * batch_runner.h 00003 * 00004 * Created on: Dec 16, 2010 00005 * Author: danilo 00006 */ 00007 00008 #ifndef BATCH_RUNNER_H_ 00009 #define BATCH_RUNNER_H_ 00010 00011 #define IF_NOT_BATCH() if (ARGV1 != -1 && ARGV2 != -1){ wmpSetup(ARGV1, ARGV2);} else 00012 00013 00014 #endif /* BATCH_RUNNER_H_ */