This commit is contained in:
2024-08-30 12:19:34 -04:00
parent fdb5169852
commit 8e48aabf0f
+5
View File
@@ -0,0 +1,5 @@
@echo off
if [%1] == [] echo No exit code was supplied, aborting! & exit /B 3
if [%2] == [] echo No dummy message was supplied, aborting! & exit /B 3
echo %~2
exit /B %1%