Not bad, the functionality is relatively powerful, worthy of praise ^_^.
I took a rough look at the code, and there are still many places worth improving: for example, the sentence echo "%file%" | find /i ".bat" && goto go will misjudge non-batch files containing .bat in the file name, the sentence echo %%~zi >nul 2>nul is optional, and pause >nul 2>nul can be simplified to pause>nul, etc... Hehe, brother still needs to keep working hard, make some improvements in checking for omissions, humanization, conciseness, beauty, etc., and strive to make this tool a masterpiece in the forum.
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
| plp626 |
+1 |
2007-12-15 11:13 |
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。