Does this also work with VBSCRIPT/JAVASCRIPT ???
Is there a Fix available ?
| Norbert Kawulski | mailto:xxxxx@stollmann.de |
| Stollmann T.P.GmbH, Development | http://www.stollmann.de |
–If it’s ISDN or Bluetooth, make sure it’s driven by Stollmann–
“A fool and his money are easily parted.”
no while(1),just this is enough:
int main(void)
{
printf(“\t\b\b”);
}
----- Original Message -----
From:
> To: “NT Developers Interest List”
> Sent: Wednesday, October 31, 2001 3:23 AM
> Subject: [ntdev] Re: [windev] Did you know?? BSOD - Blue Screen of Death - very si mple
>> With the following modification it crashes Win2k SP2 from the command
>> line as well after a few seconds:
>> int main(int argc, char* argv)
>> {
>> while(1) {
>> printf(“\t\b\b”);
>> }
>> return 0;
>> }
>>
>> Cheers,
>> Egil
>>
>> —
>> You are currently subscribed to ntdev as: sunsetyang@8848.net
>> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com