in reply to Re: Refreshing the Windows Registry
in thread Refreshing the Windows Registry

I did consider that but I'm trying to keep everything contained in one script (easier to maintain that way)
  • Comment on Re: Re: Refreshing the Windows Registry

Replies are listed 'Best First'.
Re: Re: Re: Refreshing the Windows Registry
by arden (Curate) on Jan 15, 2004 at 16:50 UTC
    You could just have the script execute itself again with an extra argument if it wasn't run with that argument in the first place (thereby preventing an endless loop). This will allow you to keep it all in one script for ease of maintenance.

    - - Arden.

      Hmmm...I've never done that. What does the code look like?