Thank you for your reply.

Yes, I have an AD server and I'm able to log in to all machines using a domain administrator account. All servers are members of the domain as well.

I think the incompatibility between my Win2K development machine and the Win2K AD server have to do with some messed up configuration on my Win2K development machine. The Win2K development machine needs to have its operating system reinstalled anyway for various reasons.

In any case, I am able to have my script file update text files on other machines as long as I switch the account under which the script file runs to an account that either has access on the domain or is duplicated on each machine. By duplicated I mean having exactly the same local username/password login accounts on each machine. I now think it's best not to try to mess around with the IUSR_MACHINE Internet Guest Account but to instead create a new account just for this purpose.

I was originally hoping to have the script file impersonate another user login account for the purpose of updating the text file but given the other replies on this thread I'm now thinking that may cause more trouble.

Thanks again.

Richard


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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.