in reply to Re: Why do I get an 'uninitialized' warning?
in thread Why do I get an 'uninitialized' warning?

I don't know why i did it like that. What is the proper way of passing those variables to the AddVirtUser command?
  • Comment on Re: Re: Why do I get an 'uninitialized' warning?

Replies are listed 'Best First'.
Re: Re: Re: Why do I get an 'uninitialized' warning?
by zigdon (Deacon) on Sep 30, 2002 at 18:26 UTC

    Not so much about the AddVirtUser command, but about the system command - just pass the parameters as a list: exactly what you did, just leave out the "=>"s.

    -- Dan