Is it possible to execute a file then wait until the file changed before executing again in MS Batch?

后端 未结 0 1668
一个人的身影
一个人的身影 2020-12-14 01:20

I\'m trying to make a program that executes a file after it has changed Here\'s my code:

cd /D "%~dp0"
cd executionFiles
set /p Data1=

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题