kingbuzzman Posted April 9, 2004 Posted April 9, 2004 Hey guys... first time i ever post. so go easy on me....Anyways i want to tell you guys about a program i made and have being working on it for a week weeks now, gathering information, writting the code, blah blah blah and all that extra good stuff. waccs (stands for WindowsAccounts) ver 0.3 creates both local accounts and adds domain accounts to your local computer. (Wrote it for the network admin in my sch).well the program needs alot of work. Next i plan on adding fetures that del accounts as well as rename them, also thinking of renaming groups too. so well i hope you all find a use for it.Oh i think i should tell you, uhh.. i kinda forgot the feture to add a password to the local account so be sure to look for that in ver. 0.4. sorry.KBMtell me watcha think: by the way i havent had alot of time to work on error handlers so dont mess with it. It works just like is suppost to work .waccs.zip
airmr Posted April 10, 2004 Posted April 10, 2004 You can use these lines in a batch fileECHO Add Admin UserSET /P user1=Name:SET /P pwd1=Passwort: net user \"%user1%\" %pwd1% /addnet localgroup Administratoren \"%user1%\" /addECHO Add UserSET /P user1=Name: net user \"%user1%\" /add
kingbuzzman Posted April 11, 2004 Author Posted April 11, 2004 Well the program is not being compiled in a BATCH compiler is actually c++. But yeah thanks for the code? i guess. Im sure i might use it. Thanks again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now