Hello experts,
So my problem is this:
In my 2000 server i got a directory (app) and i shared it to the administrator (with full control) and user (a user that can only see and not write).
From the clients (winxp, win98, etc) i want to map a network drive to the app directory. From the XP's i got no problems, but from the 98's i can't.
Here's the script to do it and that works in XP:
net use M: \\2000server\app userpass /user:user
Seems like the NET command in win98 doesn't have the same arguments in 98 that it does in xp
What can i use to make it go?
Thank you in advance
Jorge