Here's the bat file (logonkix.bat):

@ECHO OFF

%0\..\kix32 logonkix

PAUSE

EXIT

And here's the kixtart script (logonkix.kix)

; Map network drives
USE f: "\\server1\users"
USE g: "\\server2\@userid"
USE h: "\\server3\shared"

Let me know if you need further info. Thanks!