Re: cron: how to access network service/share

2004-06-11 Thread Corinna Vinschen
On Jun 10 11:55, Gerry Reno wrote: > I have a script that logs on to a SMB network service. Something like: > net use \\server\servicename password /user: Try adding the user's domain to the user name like this: net use \\server\servicename password /user:domain\username Corinna -- Cori

Re: cron: how to access network service/share

2004-06-10 Thread Gerry Reno
>On Thu, 10 Jun 2004, Gerry Reno wrote: >> I have a script that logs on to a SMB network service. Something like: >> net use \\server\servicename password /user: >> >> This script run fine from the users shell environment but I need this >> script to run at a specific time under cron. I hav

Re: cron: how to access network service/share

2004-06-10 Thread Mike Eggleston
On Thu, 10 Jun 2004, Gerry Reno wrote: > I have a script that logs on to a SMB network service. Something like: > net use \\server\servicename password /user: > > This script run fine from the users shell environment but I need this > script to run at a specific time under cron. I have trie

cron: how to access network service/share

2004-06-10 Thread Gerry Reno
I have a script that logs on to a SMB network service. Something like: net use \\server\servicename password /user: This script run fine from the users shell environment but I need this script to run at a specific time under cron. I have tried several ways to get this running under cron. I