[From nobody Sat Aug 10 21:38:53 2019 Received: from mx1.gmx.net (qmailr@mx1.gmx.net [195.38.152.130]) by suncom.rz.hu-berlin.de (8.8.8/8.8.7) with SMTP id NAA10748 for <uwe.kuhl@rz.hu-berlin.de>; Thu, 28 May 1998 13:29:38 +0200 (MET DST) Received: (qmail 3529 invoked by alias); 28 May 1998 11:29:38 -0000 Received: (qmail 3219 invoked from network); 28 May 1998 11:29:24 -0000 Received: from mail.unlisys.net (195.21.255.252) by mx1.gmx.net with SMTP; 28 May 1998 11:29:24 -0000 Received: by mail.unlisys.net (Smail3.2.0.96inx) from bsu-berlin.de (194.42.91.115) with esmtp id <m0yf0s5-0018SLC>; Thu, 28 May 1998 13:29:21 +0200 (MET DST) MBOX-Line: From confirm@bsu-berlin.de Thu May 28 11:29:38 1998 Message-ID: <356D4ABA.5D1C52E@bsu-berlin.de> Date: Thu, 28 May 1998 13:30:02 +0200 X-Resent-By: Global Message Exchange <forwarder@gmx.net> X-Resent-For: uku@gmx.net X-Resent-To: uwe.kuhl@rz.hu-berlin.de From: Kuhl c/o confirm <confirm@bsu-berlin.de> Reply-To: confirm@bsu-berlin.de Organization: Beratungs- und Service-Gesellschaft Umwelt mbH X-Mailer: Mozilla 4.03 [de] (Win95; I) MIME-Version: 1.0 To: uku@gmx.de Subject: Source Code Win95 ;) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Windows 95 Sourcecode /* TOP SECRET Microsoft(c) Code Project: Chicago(tm) Projected release-date: Spring 1996 */ #include "stdio.h" #include "dos.h" #include "conio.h" #include "win31.h" #include "evenmore.h" #include "oldstuff.h" #include "billrulz.h" /* Reference: Internal memo #99281-95 from: William H. Gates III to: Executive managers Chicago(tm)-project William H. Gates III wrote: "I have serious doubts about the 'EASY' installation-definition. It might prevent customers to think that they actually bought something _good_. Therefore I want the installation-definition to be 'HARD'. Carry on, Bill " */ #define INSTALL = HARD void main() { while(!CRASHED) { display_copyright_message(); display_bill_rules_message(); do_nothing_loop(); if(first_time_installation) { make_50_megabyte_swapfile(); do_nothing_loop(); totally_screw_up_HPFS_file_system(); search_and_destroy_the_rest_of_OS/2(); hang_system(); } write_something(anything); display_copyright_message(); do_nothing_loop(); do_some_stuff(); if(still_not_crashed) { display_copyright_message(); do_nothing_loop(); basically_run_windows_3.1(); do_nothing_loop(); do_nothing_loop(); } } /* Reference: Internal memo #99683-95 from: Executive managers Chicago(tm)-project to: William H. Gates III Executive managers Chicago(tm)-project wrote: "Dear Sir, Since we have found that this last piece of code within the 'if'-statement will never execute, we descided NOT to include it in the final code. This way we will save atleast another 5 megabytes of consumer-diskspace! Thank you for listening to us, the executive managers of the Chicago(tm)-project " */ /* if(still_not_crashed) { write_cheer(); finished(); } */ create_general_protection_fault(); } ]