SMB Drive Mapping fail when scheduled ( post #1)
Hi Anyone who may be able to help
I am experiencing some strange behaviour whilst attempting to map a network drive to a Samba share. Not sure if you can shed any light on the matter.
A script, which maps a drive letter on a W2K server to an I-Bay (Samba Share) on the e-smith server, runs just fine interactively (ie from the Windows command prompt) but seems to fail via Windows Scheduler.
The commands are listed below.
Any ideas would be appreciated as I am at a total loss

Thanks
Phil
##########################################
NET USE Q: /DELETE
NET USE Q: \\server\share /USER:samba_domain\user password
.
.
Do some file moving stuff
.
.
NET USE Q: /DELETE
###########################################