Announcement

Collapse
No announcement yet.

Export users to use with addusers.exe

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export users to use with addusers.exe

    I was wondering if the users.txt file that's created from exporter can be used to create the file to be used with the NT/2000 resource kit utility addusers.exe. I know that I can use the addusers.exe utility to create the dump but I like Exporter better.

  • #2
    Re: Export users to use with addusers.exe

    You should be able to import the users.txt file into Excel and remove the columns that addusers.exe won't need. Then add a column to the beginning and put in the addusers.exe command for each user in the file.

    When you are done just save the file out as tab delimited, rename it to *.bat and run it as a batch file.

    Comment


    • #3
      Re: Export users to use with addusers.exe

      From a list of users in a text file.
      for /f %%v in (list.txt) do "command" %%v
      This posting is provided "AS IS" with no warranties, and confers no rights.

      Comment

      Working...
      X