Thanks & which CMD are you talking about?Search for GEO Redirect script. It's a simple fix, a bit trickier if you don't know any coding tho.
You use any CMD?
<?php
$country_code = file_get_contents('http://api.wipmania.com/' . $_SERVER['REMOTE_ADDR'] . '?' . $_SERVER['SERVER_NAME']);
echo $country_code;
if($country_code=="US"){
echo "Greetings and stuff..."
}
?>
Thanks & which CMD are you talking about?
The cmd.exe? What does that has to do with websites