From 0eceb10024d66033c7a567387a80e664c5ebb4e6 Mon Sep 17 00:00:00 2001 From: Joe DF Date: Thu, 12 Jul 2018 10:09:50 -0400 Subject: Usage examples and info --- BuildRun.bat | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'BuildRun.bat') diff --git a/BuildRun.bat b/BuildRun.bat index 874ac75..121bd4b 100644 --- a/BuildRun.bat +++ b/BuildRun.bat @@ -3,5 +3,16 @@ mkdir bin 2>NUL cls echo compiling... gcc test.c base64.c -o bin\test.exe +gcc b64f.c base64.c -o bin\b64f.exe echo running... -bin\test.exe \ No newline at end of file +bin\test.exe +echo. +echo Encoding test image "picture.png" to "picture.b64.txt"... +bin\b64f.exe e picture.png picture.b64.txt +echo. +echo Decoding test image from "picture.b64.txt" to "picture.b64.png"... +bin\b64f.exe d picture.b64.txt picture.b64.png +echo. +echo Done. +echo See files manually if the programmed works correctly. +pause \ No newline at end of file -- cgit 1.4.1-2-gfad0