KiX32 op Windows 2000 Server

Pagina: 1
Acties:

  • Movinghead
  • Registratie: November 2001
  • Laatst online: 09:11
Ik heb Windows 2000 Server geinstalleerd als domain controller nu hang ik aan elke gebruik een logon.bat zie hieronder.

@echo off
cls
if %os% equ Windows_NT goto WINNT_1
endif exist c:\command.com goto WINNT_1

:WINNT_1
\\NTSERVER01\NETLOGON\kix\kix32.exe \\NTSERVER01\NETLOGON\login\login.kix
goto END

:END

Die verwijst naar mijn kix32 script maar als die wordt uitgevoerd krijg ik niet de drivemappings. Wat doe ik fout ? Zie mijn script hieronder.


CLS

Small
Color b+/n
Box (0,0,24,79,GRID) ;
Color b/n
Box (8,21,18,61,Å) ;
Color g+/n
Box (7,20,17,60,FULL)

Color w+/n
AT ( 9,25) "Userid : " ;
AT (10,25) "Full name : "
AT (11,25) "Hello,"
AT (12,25) "Workstation : "
AT (13,25) "Time : "

Color y+/n
AT ( 9,40) @userid ;
AT (10,40) @fullname
AT (11,40) @userid
AT (12,40) @wksta
AT (13,40) @time
Use "*" /delete
Use lpt1: "\\hutten001\deskjet840c"
Select
Case InGroup ("Box01_admin")
Use t: "\\ntserver01\public"
Use r: "\\ntserver01\userid$$"
Use u: "\\ntserver01\netlogon"
use v: "\\ntserver01\install"
Case InGroup ("Box02_user")
Use t: "\\ntserver01\public"
Use r: "\\ntserver01\userid$$"
EndSelect
Sleep 4
Exit

BVD.

  • Han
  • Registratie: Juli 2001
  • Niet online

Han

--> [forum=19]

Doubt thou the stars are fire; Doubt that the sun doth move; Doubt truth to be a liar; But never doubt I love.


Verwijderd

Op zondag 05 mei 2002 13:46 schreef Movinghead het volgende:
Ik heb Windows 2000 Server geinstalleerd als domain controller nu hang ik aan elke gebruik een logon.bat zie hieronder.
[....]
cut
[/....]

Select
Case InGroup ("Box01_admin")
Use t: "\\ntserver01\public"
Use r: "\\ntserver01\userid$$"
Use u: "\\ntserver01\netlogon"
use v: "\\ntserver01\install"
Case InGroup ("Box02_user")
Use t: "\\ntserver01\public"
Use r: "\\ntserver01\userid$$"
EndSelect
Sleep 4
Exit

BVD.
If InGroup ("Box01_admin")
Use t: "\\ntserver01\public"
Use r: "\\ntserver01\userid$$"
Use u: "\\ntserver01\netlogon"
use v: "\\ntserver01\install"
Endif

If InGroup ("Box02_user")
Use t: "\\ntserver01\public"
Use r: "\\ntserver01\userid$$"
Endif

Wij gebruiken deze commando's. Werkt perfect op NT4 en W2K.
* R2D2 hopt dat Movinghead hier wat aan heeft.
Suuk6