|
-
June 14th, 2010, 10:07 PM
#2
Junior Member
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,
Similar Threads
-
By xierox in forum Other Tutorials Forum
Replies: 0
Last Post: March 5th, 2005, 05:34 AM
-
By Deimos326 in forum Other Tutorials Forum
Replies: 3
Last Post: December 7th, 2003, 11:18 PM
-
By ele5125 in forum Other Tutorials Forum
Replies: 9
Last Post: June 19th, 2002, 05:09 PM
-
By smirc in forum AntiOnline's General Chit Chat
Replies: 6
Last Post: May 13th, 2002, 04:35 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|