12-11-2022, 11:49 PM
(This post was last modified: 12-12-2022, 12:01 AM by Kernelpanic.)
Pete, now it finds the address, but 'SHELL _HIDE "ipconfig>tmp.tmp" must not be commented out.
PS: It just doesn't work with Notepad++, not even with the specification of the complete path. Notepad is not in the system path. Let's see.
PS: It just doesn't work with Notepad++, not even with the specification of the complete path. Notepad is not in the system path. Let's see.
Code: (Select All)
Case Else
Print "Sorry, can't find IP addy. Opening Notepad so you can find it..."
Shell _DontWait "D:\Program Files\Notepad++\notepad++.exe tmp.three"
Exit Do