Added
This commit is contained in:
@@ -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%
|
||||||
Reference in New Issue
Block a user