View Single Post
  #11  
Old 09-25-2003, 01:06 PM
xMerCLorDx
 
Posts: n/a
Default

well to find out the functions of net use type:

Code:
net help use | more
( thats a pipe not an I. )

its basically being able to use network neighborhood command-line style. :P

another helpful thing is to clear the stuff that you've connected to when you're done.

Code:
net use * /delete
this is just one way to connect to other computers via SMB if for any reason you can't access it through network neighborhood.
Reply With Quote