Nov 5, 2001 #1 jguillory IS-IT--Management Jun 7, 2001 60 US How can I use a batch file in Win98 to create a share?
Nov 5, 2001 #2 ramani Programmer Mar 15, 2001 4,336 AE HI To share NET SHARE myShareName=c:\myDirectoryToShare /UNLIMITED To delete a share NET SHARE myShareName /d To connect to a share NET USE S: \\ServerName\ServerDrive /YES where S: is the drive letter assigned. To disconnect from a shared directory NET USE S: /d ramani :-9 (Subramanian.G),FoxAcc, ramani_g@yahoo.com Upvote 0 Downvote
HI To share NET SHARE myShareName=c:\myDirectoryToShare /UNLIMITED To delete a share NET SHARE myShareName /d To connect to a share NET USE S: \\ServerName\ServerDrive /YES where S: is the drive letter assigned. To disconnect from a shared directory NET USE S: /d ramani :-9 (Subramanian.G),FoxAcc, ramani_g@yahoo.com