I wrote this and its work, first it work for the 6-subfolder inside "Standard Shares" but it doesn't work on Standard Shares. After awhile, I delete the batch file and create a new batch file and it work for all 7-folders.

cd\
md "C:\Standard Shares"
cd "Standard Shares"
md Financial
md Marketing
md Support
md Miscellaneous
md Legal
md "Customer Support"
cd\
net share "Standard Shares"="C:\Standard Shares"
net share Financial="C:\Standard Shares\Financial"
net share Marketing="C:\Standard Shares\Marketing"
net share Support="C:\Standard Shares\Support"
net share Miscellaneous="C:\Standard Shares\Miscellaneous"
net share Legal="C:\Standard Shares\Legal"
net share "Customer Support"="C:\Standard Shares\Customer Support"
cd\

thx,