forked from Github/Axter-Stash
Adding test scripts used for self unit testing.
This commit is contained in:
6
plugins/FileMonitor/test_hello_world2.cmd
Normal file
6
plugins/FileMonitor/test_hello_world2.cmd
Normal file
@@ -0,0 +1,6 @@
|
||||
@ECHO OFF
|
||||
echo Hello, world#2 from batch script! arg = %*
|
||||
|
||||
echo Hello, world#2 from batch script! arg = %* > %~dp0\\MyDummyFileFromBatch2TestFor_FileMonitor.txt
|
||||
|
||||
exit /b 0
|
||||
Reference in New Issue
Block a user