@echo off rem execute the network file for localization, separation, and recognition rem move to the current directory rem assumed to be 'practice2' directory pushd %0\.. cls rem run julius client and HARK start "julius output" sub_module_receive.bat start "HARK" /b sub_run_practice2.bat pause exit