How do you create a share on Win98 using VB. I need to be able to do it all from code and be able to use passwords and read only & full access.
If someone could help it would be much appreciated.
Printable View
How do you create a share on Win98 using VB. I need to be able to do it all from code and be able to use passwords and read only & full access.
If someone could help it would be much appreciated.
Please help me!!
Does anyone know?
On windows NT
you will have to shell the command
net share sharename=c:
or something like that
clearly you have to have permission to create shares
On a windows 98 machine!!!!!!!!!!!!
I don't have it a machine to test that same command