forked from Github/Axter-Stash
Adding test scripts used for self unit testing.
This commit is contained in:
6
plugins/FileMonitor/test_hello_world.bat
Normal file
6
plugins/FileMonitor/test_hello_world.bat
Normal 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
|
||||
Reference in New Issue
Block a user