Well my LogXP.kix code is just what was posted here:
code:
? 'Mapping Drives'
use g: '\\server location\applications'
use s: '\\server location\share'
use h: '\\server location\'+@userid
As far as my batch file that i have starting when a user logs in i have tried several dozen different things:
code:
Kix32.exe logxp.kix
%0\..\Kix32.exe logxp.kix
%0\..\Kix32.exe %0\..\logxp.kix
Kix32 logxp.kix
%0\..\Kix32 logxp.kix
%0\..\Kix32 %0\..\ logxp.kix
And other such things but every single time i run it it gives an error message that reads: 'Kix32.exe is not recognized as an internal or external command, operable program or batch file'. I am doing this in XP and i know that it has some issues that are discussed in Microsoft Knowledge Base Article - 318689, but even trying those suggestions still result in the same error message every time around.
[ 25. June 2003, 18:24: Message edited by: Nom Anor ]