forked from Github/Axter-Stash
6 lines
166 B
Batchfile
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 |