如何运行批处理文件并将输出返回到批处理文件?

时间:2015-03-08 13:26:00

标签: windows batch-file cmd

您好我正在使用Windows 7并希望获取cmd命令的输出并将其附加到我使用

发出cmd命令的批处理文件中

例如

@echo off
net user  REM (which will return a list of users on the system)

现在我想让其中一个用户返回但不知道用户名并将其作为字符串发送回我的批处理文件,例如

@echo off
net user
net user REM (and input the returned username here as a string)

所以我可以继续使用我注释掉的其余字符串来获取本地机器用户的帐户创建日志,我需要它自动为我的许多用户收集信息

0 个答案:

没有答案