@echo off :a set /a n=%random% if not defined #n ( echo;%n%&set #!n!+=1 ) else (goto a) pause goto a复制代码