Removing carriage return from WMIC output
http://stackoverflow.com/questions/19471675/removing-carriage-return-from-wmic-output
Loop
http://stackoverflow.com/questions/2591758/batch-script-loop
set count=0
:loop
set /a count=%count%+1
(Commands here)
if %count% neq 100 goto loop
(Commands after loop)
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。