Adding test scripts used for self unit testing.

This commit is contained in:
David Maisonave
2024-08-20 21:07:24 -04:00
parent 17f5c614da
commit 96f829778a
5 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
@ECHO OFF
echo Hello, world from batch script! arg = %*
echo Hello, world from batch script! arg = %* > %~dp0\\MyDummyFileFromBatchTestFor_FileMonitor.txt
exit /b 0