#98687 - 2003-02-24 04:13 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
I will try that sample code for the possible Windows 98 solution. But for Windows XP and 2000 wouldn't they respond the same to the one that I already have? They are both NT based OS's and the registry entry keys are the same.
|
Top
|
|
|
|
#98689 - 2003-02-24 05:28 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
I followed the link for that logon.bat for 9X clients. It works fine if I REM out this SET KIXVER=KIXTART.412 line that always fails. It is looing for a file by that name and it doesn't exist. I haven't gotten the chance to execute it on a 9x client yet. I will be very shortly. Also for that desktop shortcut creation, I noticed some people stating that they didn't like the idea of actually copying the kix32.exe to the client so I modified the shortcut to point to it in that client shortcut directory so if I update the version it gets updated only one place and I won't have to worry about several copies of kix32.exe everywhere. I did that like this: code:
;MD c:\Kixscripts ;If NOT Exist('c:\Kixscripts\kix32.exe') ;Copy '\\sussex1\netlogon\Client Shortcut\kix32.exe' 'c:\Kixscripts' ;EndIf ;If NOT Exist('c:\Kixscripts\My Computer Info.kix') ;Copy '\\sussex1\netlogon\Client Shortcut\My Computer Information.kix' 'c:\Kixscripts' ;EndIf $desktop = ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop") If NOT Exist('$desktop\My Computer Information.lnk') Copy '\\sussex1\netlogon\Client Shortcut\My Computer Information.lnk' '$desktop' EndIf
Of course I also edited the shortcuts to the sussex1 server so it wouldn't try to look locally. So in essence I left the kix32.exe and the my computer information.kix scripts in the netlogon folder so there is only 1 copy. [ 24. February 2003, 17:43: Message edited by: DJ Ballistic ]
|
Top
|
|
|
|
#98692 - 2003-02-24 08:19 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
That kixtart.412 file I don't know where to get. I have looked through Jen's script and it seems simple enough. I have tested it on the 2K/XP boxes and it works fine if I REM out that .412 line about the set kixver.
Where can I get that .412 file to test that script fully?
|
Top
|
|
|
|
#98694 - 2003-02-24 08:37 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
Hmm i created the empty text file kixtart.420 and it still says file not found and it is in the same directory as the logon.bat file.
Any thoughts?
|
Top
|
|
|
|
#98696 - 2003-02-24 09:13 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
I guess I'll have to use the dumbed down version you posted. I have placed the 3 dll's in the netlogon directory and it still says it cannot find my kixtart.420 file even though it is there. There is only 1 reference to it in the code.
|
Top
|
|
|
|
#98698 - 2003-02-24 09:31 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
I am the domain administrator and have the permissions. It just says cannot find file kixtart.420 and the logon.bat fails.
|
Top
|
|
|
|
#98699 - 2003-02-24 09:34 PM
Re: Please Help
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11625
Loc: CA
|
DJ,
Why did you move this thread? http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=2;t=004204#000002
Please slow down and take the time to read and re-read the answers that people are giving you.
The flag file is only for installing the KIX files locally. If you're not doing that, then remove that line.
Isn't there anyone else there in your Company that might be able to lend you a hand with the batch file portion? Batch files have been around for a LONG time and this is a very simple one compared to what some batch files can do.
|
Top
|
|
|
|
#98700 - 2003-02-24 09:34 PM
Re: Please Help
|
DJ Ballistic
Starting to like KiXtart
Registered: 2003-02-21
Posts: 185
|
However the normal users that run Windows 2000 and XP aren't going to ever have Administrator privilages so maybe the dumbed down code is the better way to go anyway.
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 202 anonymous users online.
|
|
|