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
and persistent maps don't exist for background
processes
Batch
file works fine from command line
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 ?
is
it to run the smtp service as a login user ?
TIA
Ronan
8.04
WIn2000
