ok you cant do it with 98 (or easily)
if you were running win2k/xp
here is what you do
on the run prompt
net share [share name]=[share path]
then
net use [Drive letter to bind it to] [network path]
that is the syntax to explain it better:
net share $hiddenshare=c:\1\
this will share the folder as hiddenshare the $ makes it a hidden share (so it wont apear on the network)
then
net use x \\computername\$hiddenshare
this will map the x drive to the folder.
and your done
__________________
Donate Blood!
"Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen
|