Click to See Complete Forum and Search --> : Network path


StephanM1
March 29th, 2001, 02:05 AM
Hi, I have to use the connected network drives in my program.
I have connected an sharepath as drive z: for example.
But my service has to use it also when I´m not looked in on NT.
So is it possible to connect a drive as system ??? What means when I
start the server the path should be available as z:.


Thanx and regards
stephan

cksiow
March 29th, 2001, 02:24 AM
Maybe you can map it programmablely in vb.

try
http://vblib.virtualave.net

there is a function called MapNetworkDrive in the vbNetwork class.