Actually, all Windows NT versions have a problem with their command line interpreter. If you print a tab and then let's say 5 or 6 backspaces, it will crash and give you a BSOD.
For instance in perl you can try:
for(;;){
print "Hungup\t\b\b\b\b\b\b";
}
The information for this is courtesy of the latest issue of 2600 (which happens to be very good!)
Regards,
Wizeman




Reply With Quote