Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

script problem with mapped network drive

Oct
19
0
a scripts works with this command:
for /r /D j:\taqDAILYNBBO\ %x in (*) (

but not with this:
for /r /D y:\taqDAILYNBBO\ %x in (*) (

where y: is a mapped network drive:
net use y: \\192.168.10.30\issm30_m

What is wrong?
 
ooppss -- it was a permissions issue.

a scripts works with this command:
for /r /D j:\taqDAILYNBBO\ %x in (*) (

but not with this:
for /r /D y:\taqDAILYNBBO\ %x in (*) (

where y: is a mapped network drive:
net use y: \\192.168.10.30\issm30_m

What is wrong?
 

Similar threads

Back
Top