Category : Network Files
Archive   : GROUPM.ZIP
Filename : GROUPMNT.DOC

 
Output of file : GROUPMNT.DOC contained in archive : GROUPM.ZIP
This little utility was developed expressly for the purpose of being able
to add/remove users to groups from the command line. This way you can
create a batch file that will add a newuser to all required groups with
minimal time and efforts. NOTE You will need supervisor access to be able
to use it.

an example would be that a user needs to be added to the groups WINDOWS,
GATEWAY and MODEM_USERS

this could be accomplised with the following batch file


BATCH FILE NAME ADDGRP.BAT

to use you would enter ADDGRP [login_name]
ex. ADDGRP JDOE

*******************************************
@echo off
if "%1"=="" goto showsyntax
echo ADD TO GROUP WINDOWS
groupmnt windows + %1
echo ADD TO GROUP GATEWAY
groupmnt gateway + %1
echo ADD TO GROUP MODEM_USERS
groupmnt modem_users + %1
goto end

:showsyntax
groupmnt /?

:end
**********************************************

This has been tested on 2.15c, 2.2, 3.10, 3.11



  3 Responses to “Category : Network Files
Archive   : GROUPM.ZIP
Filename : GROUPMNT.DOC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/