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
>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
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
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
4 matches
Mail list logo