about summary refs log tree commit diff stats
path: root/BuildRun.bat
diff options
context:
space:
mode:
Diffstat (limited to 'BuildRun.bat')
-rw-r--r--BuildRun.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/BuildRun.bat b/BuildRun.bat
deleted file mode 100644
index 9e9697f..0000000
--- a/BuildRun.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-mkdir bin 2>NUL
-cls
-echo compiling...
-mkdir bin 2>nul
-gcc test.c base64.c -o bin\test.exe
-gcc b64f.c base64.c -s -o bin\b64f.exe
-echo running...
-bin\test.exe
-echo.
-echo ----------------[ Testing file - encoding/decoding ]----------------
-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