Displaying 4 results from an estimated 4 matches for "microschrott".
2009 Jul 05
4
login.bat has error?
...for win2000/NT/XP
rem exec bat for logged in machine ( maybe software status or machine
data )
echo %COMPUTERNAME%
call %COMPUTERNAME%.bat
rem exec bat for login user
echo %USERNAME%
call %USERNAME%.bat
rem exec bat for different groups
rem ifmember.exe must be in the netlogon share download it at
microschrott
ifmember Administrators
if errorlevel 1 call Administrators.bat
ifmember users
if errorlevel 1 call users.bat
//////////////////////////////////////////////////////////////
Please help me................
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
Hello
While searching the archives and googling for :
-login script to map drives according to group membership
I saw lots of complicated solutions (on-the-fly scripts, group directories)
etc. but the following works very well for me:
I downloade dthe ifmember.exe from the microsoft website, and stuck it in
the netlogon directory (not the scripts directory)
2003 Oct 30
1
Basic Setup Question
I have been struggling with SAMBA for about a month now. Wow, as a Windows
user it's really infuriating trying to use SAMBA to put a Linux machine in my
system. This is clearly the most frustrating aspect of Linux, in my opinion.
All I want to do is make my Linux machine behave like any other Windows XP
Professional machine in my office (I do confess, one of my employees brings in
her
2004 Feb 01
3
Several logon script bat files?
I simply wonder if I can have several different logon script bat files for
MS Win users that validates through my Samba PDC?
Let's say that group "users" should have logon batch users.bat and the
members of the group "sales" should have both users.bat and sales.bat
executed at logon? Or can I in some way use ONE script with parameters that
knows about what groups the user