Thread

Posted on Thu Jul 6 19:15:24 2006 by cmv
Package Requires PATH Environment Variable to Find ipconfig on Win32 Systems
The module as written, doesn't have a fallback absolute path to find the ipconfig command on Win32 systems. This means that the PATH environment variable is the sole method used to find ipconfig. I would recommend modifying the package to look in c:\Windows\System32 for the ipconfig command if all other methods fail. This would make it a bit more robust. I tried submitting this as a bug, but the link for writing bugs against this module doesn't seem to be working for me.
Direct Responses: 2602 | Write a response
Posted on Sat Jul 8 22:35:19 2006 by mthurn in response to 2584
Re: Package Requires PATH Environment Variable to Find ipconfig on Win32 Systems
Thank you for the report! Version 1.074 is being uploaded right now. It has some built-in paths or you can even tell it exactly where your ipconfig.exe is located. - - Martin
Write a response