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

6 lines
171 B
Batchfile

@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