@echo off echo // text.h > text.h echo // names.h > names.h echo Text text[] = { >> names.h echo #include "info\array_includes.txt" >> names.h move info\list.txt info\list.bat call info\list move info\list.bat info\list.txt echo }; >> names.h echo /* end */ >> text.h type info\array_data.txt >> text.h echo /* end */ >> text.h echo ==NOW COMPILING TextGen== echo If you don't have Dev-Cpp with it set up for echo command-line compilation, you will have to build echo textgen_main.c manually. %GCC_BIN_PATH%\gcc textgen_main.c -o textgen -s -O3 -I%C_INCLUDE_PATH%\ -L%LIBRARY_PATH%\ -B%GCC_BIN_PATH%\ del _output.txt echo ==NOW EXECUTING TextGen== echo If you built manually, be sure to do this. textgen pause