現代人的語言都超精簡~這兩句你一定要懂才行
windows batch files: setting variable in for loop - Stack Overflow不要被打槍了都不知道呀~~ Your problem is that the variable get replaced when the batch processor reads the for command, before it is executed. Try this: SET temp=Hello, world! CALL yourbatchfile.bat And you'll see Hello printed 5 times. The solution is delayed expansion; you need...
全文閱讀