So I'm now trying to share the the folder and I keep getting an error for remoteshare.
My syntax is wrong, but I cannot seem to figure out where its wrong.
Any help?

If Not Exist ("\\chi-file-01\users\@USERID")
md "\\chi-file-01\users\@USERID"
Shell '%comspec% /c rmtshare "\\chi-file-01\%USERNAME%$=d:\users\%USERNAME"'
Else
EndIF