Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

Hi. I am curious on how to loop net user . I want to be able to do it so that the password will go like 1 for the first time then 2 for the second time etc. This is in command prompt.

OpenStudy (lyrae):

Replace n with number of iterations and paste in cmd: for /l %x in (1, 1, n) do net user <username> %x (Should work with any reasonably modern DOS)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!