On Wed, 2 Mar 2005 13:12:35 -0700, Lars Rasmussen
<[EMAIL PROTECTED]> wrote:
> @echo off
> SET logoninfo=%USERNAME% logged on %DATE% %TIME:~0,8%

> echo %logoninfo% >> \\server\hiddenshare\%USERNAME%.log

This line should read:
echo %logoninfo% >> "\\secure\logontimes\%USERNAME%.log"

That way you allow for spaces with XP users.
-- 
Lars
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to