If a home directory is not defined for a user (some don't need it) when any line which references the @homeshr macro is executed the script processing terminates.

Searched the forums for an answer but didn't come up with one. Sorry if there is an obvious fix.

Tried surrounding the code with an if statement (if @homeshr) but this line also terminates the processing. Was hoping that in the event that a home directory wasn't defined for a user the @homeshr would return a null value or 0.

This only occurs on Win9x machines (I don't need it for NT/2000/XP machines) and I downloaded the most current version of kixtart (4.10) to test for problem resolution.

Thanks for your help...Gene