Files
Axter-Stash/plugins/FileMonitor/test_hello_world.bat
2024-08-20 21:07:24 -04:00

6 lines
166 B
Batchfile

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