in reply to Re: Is it possible to have a script run under one account and open a file using another?
in thread Is it possible to have a script run under one account and open a file using another?

Thank you.

This is exactly what I have decided to recommend to people using my script.

It's not that difficult to create a new user account that has rights on the domain and then have the script run using that account (using the instructions you outlined).

In the end, given what I have learned from this thread, I think this is easier than trying to have the script program switch login accounts. The script currently works without modification on all operating systems that support Perl 5.

Richard

  • Comment on Re: Re: Is it possible to have a script run under one account and open a file using another?