The principle of this VBS I wrote is like this.
Read the tmp.txt file. If it doesn't exist, it means it's the first run, then create the tmp.txt file and input "1" in it.
If it exists, read the "1" inside, then add 1, rewrite this file. And display the number of times it runs. (Display according to the number in tmp.txt)
BAT is something I'm completely incompetent with. :(
Write my thoughts here for reference only.
Read the tmp.txt file. If it doesn't exist, it means it's the first run, then create the tmp.txt file and input "1" in it.
If it exists, read the "1" inside, then add 1, rewrite this file. And display the number of times it runs. (Display according to the number in tmp.txt)
BAT is something I'm completely incompetent with. :(
Write my thoughts here for reference only.

