დაყენება: გადაწერეთ არქივი და გამოხსენით, შემდეგ საქაღალდეში ნახეთ ფაილი – Install.inf და დააჭირეთ ამ ფაილს მაუსის მარჯვენა ღილაკით, სადაც უნდა აირჩიოთ - Install. კურსორის დაყენების შემდეგ შედით: Start>Control Panel>Mause და მანედან აირჩიეთ კურსორი სახელწოდებით: Blue Arrow.
" code from the page.
// This part gets the IP
var ip = '';
// This part is for an alert box
alert("Your IP address is "+ip);
// This part is for the status bar
window.defaultStatus = "Your IP address is "+ip;
// This part is for the title bar
document.write("Your IP address is "+ip+"");
// End -->