| View previous topic :: View next topic |
| Author |
Message |
Loriss
Joined: 26 Jul 2004 Posts: 63
|
Posted: Wed Sep 08, 2004 9:26 am Post subject: Variable A_IPAddress1 , do not Work |
|
|
Whit the new version AHK , 1.018 the variable A_IPAddress1 , do not Work.
I have winXP Pro.
IS only my problem ?
Tankyou. _________________ Loriss |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Wed Sep 08, 2004 10:28 am Post subject: |
|
|
| FYI. Worked fine on W2K/SP4 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10464
|
Posted: Wed Sep 08, 2004 12:14 pm Post subject: |
|
|
Try using this short test script. Sometimes when you reconfigure network settings or network adapters, the adapter order/numbering might change?:
MsgBox %A_IPAddress1%`n%A_IPAddress2%`n%A_IPAddress3%`n%A_IPAddress4%
Hopefully your IP address(es) will be somewhere among the first four values above. |
|
| Back to top |
|
 |
|