WJR -
Recommend changing the commands. If you wish to use NET USE, try:
SHELL "%comspec% /c net use f: /d /y"
SHELL "%comspec% /c net use f: \\ntfs1\lbo-atl-ga"

If you wish to utilize KiX mapping command, try:
USE "f:" /d
USE "f:" "\\ntfs1\lbo-atl-ga"

Bill

[ 15 January 2002: Message edited by: bleonard ]