It is both a KiX and MCSE question.

Why do you have "USERS" sharename in the path? You cannot have two sharenames in the path!

MCSE rule:
NET USE [drive] \\server\share

Kix rule on USE is the same.

KiX rule (borrowing from the manual):
Quote:

Note: The characters @, %, or $ are normally used to indicate macros, environment strings, or variables. If you want to use these characters in a string, use @@, %%, or $$.




So, to summarize... your code is wrong, Rad's example is right.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.