Oh my... Many questions come to mind!

First off, thank you for taking time out of your day to answer this n00by's questions!


Regarding 4.5.3 - Changing to that version is as simple as replacing the 4.5.1 version of kix32.exe with the newer version, right?

Awesome idea on the group membership drive mappings, I will certainly look at doing that.

Fonts copy line I will remove. It is no longer needed, and hasnt been for quite some time.

The lines you put here:
CALL @LDrive+'disclaim.kix'
CALL @LDrive+'IE\W2W.scr'

Is @LDrive+ a constant variable signifying the netlogon directory?


Here is the softlinebat.bat code. (*disclaimor, this was not my work. A coworker wrote it and asked me to use it on login to help him get a software inventory. His intent is to query the registry for installed applications and save the results in a text file which he imports into an access DB.)

Code:
@echo off
REGEDIT /E  %COMPUTERNAME%A.txt "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\Uninstall"
Find "DisplayName" < %COMPUTERNAME%A.txt | Find /V "QuietDisplayName" > %COMPUTERNAME%B.txt
FOR /F "tokens=1,2 delims==" %%A IN (%COMPUTERNAME%B.txt) do @echo %%~B
DEL %COMPUTERNAME%A.txt
DEL %COMPUTERNAME%B.txt



Doc, in the end all I need the script to do (currently - I'm excited to be learning more and will be adding cool stuff as I learn it for sure) is map some drives, and execute the softline.bat, disclaim.kix, w2w.scr, and SCEUMLoginAgent.exe.

The w2w.scr is a corporate mandated piece which launches IE to the corporate homepage on the first logon per day.

Disclaim.kix is a disclaimor regarding Computer Usage.
_________________________
.