I want to create a .bat
file which gets the filename and processes a command like: make.bat <filename>
. The .bat
file must accept the command in following format:
"gcc -ggdb3 -O0 -std=c99 -Wall -Werror %filename% -lcs59 -lm -o %filename%"
I want to create a .bat
file which gets the filename and processes a command like: make.bat <filename>
. The .bat
file must accept the command in following format:
"gcc -ggdb3 -O0 -std=c99 -Wall -Werror %filename% -lcs59 -lm -o %filename%"