At 14:05 08/01/2004, you wrote:
How can i get a program alias to write to a network drive
either mapped or unc
Seems net use X: ... doesn't work in the batch file

the batch file must run with the correct permissions

and persistent maps don't exist for background processes
 
Batch file works fine from command line

because it is running with your authority

so i can successfully do this
net use Z: /delete
net use Z: .....
copy tmpXXXX.tmp Z:
 
What's the key to getting this working in the background ?

set the batch to run as a scheduled task, and  modify the 'run as' parameter.

is it to run the smtp service as a login user ?
 
TIA
Ronan
 
8.04
WIn2000
 
 

Mr Chris Moore
Systems Engineer

Tel: +44(0) 1978 813 425
Fax: +44(0) 1978 813 495


Reply via email to