aahargus -
Welcome to the board!

Different commands are required for the diff o/s's when being performed from Windows NT scripts (not the KiX 'use' command):

Win2K: net use f: \\server\share\folder\subfolder
WinNT: subst f: \\server\share\folder\subfolder
Win9x: net use f: /home

The Win9x requires HOME be defined within User Manager.

Bill