I'm guessing you meant KiXtart
http://www.kixtart.org/
--
Paul Bergson
MVP - Directory Services
MCITP - Enterprise Administrator
MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci
2008, Vista, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009
http://www.pbbergs.com
Please no e-mails, any questions should be posted in the NewGroups. This
posting is provided "AS IS" with no warranties and confers no rights.
"Richard Mueller [MVP]" <rlmueller-> wrote in
message news:...
> You cannot test for group membership in a batch file unless you use a
> third party tool. The Windows NT resource kit used to have a utility
> called IfMember that can be used in a batch file to test for group
> membership. This might be what you remember (I don't know the syntax).
> Also, a product called XiXtart could test group membership. Otherwise, a
> VBScript program can test group membership.
>
> --
> Richard Mueller
> MVP Directory Services
> Hilltop Lab - http://www.rlmueller.net
> --
>
> "Gianluca" <> wrote in message
> news:F618CEB0-C318-4DFD-A6C5-...
>> thanks for your advice,
>> I remenber, I saw a similar command syntax:
>>
>> if "user is membership of group Access_disk_F" goto :map
>>
>> :map
>> net use X: /delete
>> net use X: \\serbver_name\shere_folder
>>
>> but i don't remember exact syntax.
>> thanks
>>
>>
>> "Meinolf Weber [MVP-DS]" wrote:
>>
>>> Hello Gianluca,
>>>
>>> Which script language do you use?
>>>
>>> You should also think about installing SP2 and the latest patches on the
>>> DC.
>>>
>>> Best regards
>>>
>>> Meinolf Weber
>>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>>> confers
>>> no rights.
>>> ** Please do NOT email, only reply to Newsgroups
>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>
>>>
>>> > hello everyone,
>>> > i have a doamin controller with windows 2003 standard edition SP1, I
>>> > want
>>> > manage the access to shares folders with membership to group of domain
>>> > controller, but I don't rebember the syntax of the command.
>>> > Can yuo help please?
>>> > thanks
>>>
>>>
>>> .
>>>
>
>