when i do this it high lights shell and says expected statement.... any ideas?


I was searching and I found this code:



code:--------------------------------------------------------------------------------Private Sub Command1_Click()
Shell ("net use ?: \\??\c"), vbHide
End Sub

? = The drive letter you want to use
?? = the network name of the computer you are trying to map to
--------------------------------------------------------------------------------