Software
>>
OS
>>
Windows
>>
Command Line
>>
For
>>
How to use FOR to loop through a set of literals and run a command on it - for example to set the password for a set of users
FOR %a in (user1 user2 user3 user4) do net user %a
newpassword
Please enable JavaScript to view the
comments powered by Disqus.