返回列表 发帖
最接近随机数时间点的代码应该是这个
for /f "delims=" %%r in ('cmd.exe /c echo,%Random%^| wmic.exe path Win32_Process where name^="cmd.exe" get CommandLine^,CreationDate /format:list')do (
echo,%%r
)COPY
这么好的论坛你上哪找,运行测试环境为6.1.7601-64
注:请遵守互联网信息安全,勿用于非法用途

TOP

返回列表