View Single Post
Old 10-18-2003, 01:49 AM   #6
dave
Guest
 
Posts: n/a
<tt>
$version = `winver`;
if ($version ne "Windows 2000" || $version ne "Windows XP) {
&nbsp;&nbsp;print "Upgrade your fucking operating system before you use this shit.\n"
&nbsp;&nbsp;exit 1;
}
</tt>

(It isn't hard to find out what version of Windows you're running on, and they can take a dump on you if you're not within specs. Why they want you to be using XP or 2000, I don't know specifically, but it probably has something to do with using a version of Windows that doesn't <b>totally</b> suck.)
  Reply With Quote