Help - Search - Members - Calendar
Full Version: Haha, I Found This Funny.
Sal's RuneScape Forum > Everything... Not RuneScape > Tech Talk > Tech Discussion
Mikey
So here's the Windows 2000 source code:
CODE
/* Source Code Windows 2000 */

#include "win31.h"
#include "win95.h"
#include "win98.h"
#include "workst~1.h"
#include "evenmore.h"
#include "oldstuff.h"
#include "billrulz.h"
#include "monopoly.h"
#include "backdoor.h"
#define INSTALL = HARD

char make_prog_look_big(16000000);
void main()
{
  while(!CRASHED)
  {
    display_copyright_message();
    display_bill_rules_message();
    do_nothing_loop();

    if (first_time_installation)
      {
      make_100_megabyte_swapfile();
      do_nothing_loop();
      totally_screw_up_HPFS_file_system();
      search_and_destroy_the_rest_of-OS2();
      make_futile_attempt_to_damage_Linux();
      disable_Netscape();
      disable_RealPlayer();
      disable_Lotus_Products();
      hang_system();
      } //if
    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_31();
    do_nothing_loop();
    } // if
  } //while

  if (detect_cache())
    disable_cache();

  if (fast_cpu())
    {
    set_wait_states(lots);
    set_mouse(speed,very_slow);
    set_mouse(action,jumpy);
    set_mouse(reaction,sometimes);
    } //if

  /* printf("Welcome to Windows 3.1");    */
  /* printf("Welcome to Windows 3.11");   */
  /* printf("Welcome to Windows 95");     */
  /* printf("Welcome to Windows NT 3.0"); */
  /* printf("Welcome to Windows 98");     */
  /* printf("Welcome to Windows NT 4.0"); */
  printf("Welcome to Windows 2000");

  if (system_ok())
    crash(to_dos_prompt)
  else
    system_memory = open("a:\swp0001.swp",O_CREATE);

  while(something)
    {
    sleep(5);
    get_user_input();
    sleep(5);
    act_on_user_input();
    sleep(5);
    } // while
  create_general_protection_fault();

} // main


Read it, you'll laugh. laugh.gif
biteme
QUOTE(Mikey @ Sep 7 2007 at 02:10 PM) *
So here's the Windows 2000 source code:

char make_prog_look_big(16000000);
void main()
{
while(!CRASHED)
{

make_futile_attempt_to_damage_Linux();


Once again proving that Linux > Windows and that Windows == garbage. hysterical.gif
Toungy
QUOTE(biteme @ Sep 7 2007 at 09:12 PM) *
QUOTE(Mikey @ Sep 7 2007 at 02:10 PM) *
So here's the Windows 2000 source code:

char make_prog_look_big(16000000);
void main()
{
while(!CRASHED)
{

make_futile_attempt_to_damage_Linux();


Once again proving that Linux > Windows and that Windows == garbage. hysterical.gif

Please, do not turn this into a Windows vs. Linux debate.

I hate the way that source code is not commented.. Microsoft eh? tongue.gif
Stobbo
Microsoft use PHP. ohmy.gif
Ubel
it looks as if microsoft has struck again

and toungy, it pretty much speaks for itself
Stobbo
In case people have broken sarcasm detectors.

This isn't real, just a parody.
Mikey
Thanks, Stobbo. hysterical.gif
I Like Pie739
That was funny hysterical.gif !

Tells you about windows' "Greatest features..."
Toungy
I tried compiling it but it didn't run sad.gif

Whoever wrote this made lots of C++ mistakes xd.gif (syntax wise)
Ubel
QUOTE(Toungy @ Sep 8 2007 at 04:17 AM) *
I tried compiling it but it didn't run sad.gif

did you translate it first? it only compiles in french
Bub
QUOTE(Toungy @ Sep 8 2007 at 06:17 AM) *
I tried compiling it but it didn't run sad.gif

Whoever wrote this made lots of C++ mistakes xd.gif (syntax wise)

I don't know if I would want to run that code. unsure.gif

CODE
      totally_screw_up_HPFS_file_system();
      search_and_destroy_the_rest_of-OS2();
      make_futile_attempt_to_damage_Linux();
      disable_Netscape();
      disable_RealPlayer();
      disable_Lotus_Products();
      hang_system();

    set_wait_states(lots);
    set_mouse(speed,very_slow);
    set_mouse(action,jumpy);
    set_mouse(reaction,sometimes);
Un_t0uch
I hope people are being sarcastic.


If not, You do realize this is fake.
JustinW
lmao, if they think this is real, they shouldn't be in the Tech forum.
creamers
QUOTE(Mikey @ Sep 7 2007 at 02:10 PM) *
So here's the Windows 2000 source code:
CODE
/* Source Code Windows 2000 */

#include "win31.h"
#include "win95.h"
#include "win98.h"
#include "workst~1.h"
#include "evenmore.h"
#include "oldstuff.h"
#include "billrulz.h"
#include "monopoly.h"
#include "backdoor.h"
#define INSTALL = HARD

char make_prog_look_big(16000000);
void main()
{
  while(!CRASHED)
  {
    display_copyright_message();
    display_bill_rules_message();
    do_nothing_loop();

    if (first_time_installation)
      {
      make_100_megabyte_swapfile();
      do_nothing_loop();
      totally_screw_up_HPFS_file_system();
      search_and_destroy_the_rest_of-OS2();
      make_futile_attempt_to_damage_Linux();
      disable_Netscape();
      disable_RealPlayer();
      disable_Lotus_Products();
      hang_system();
      } //if
    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_31();
    do_nothing_loop();
    } // if
  } //while

  if (detect_cache())
    disable_cache();

  if (fast_cpu())
    {
    set_wait_states(lots);
    set_mouse(speed,very_slow);
    set_mouse(action,jumpy);
    set_mouse(reaction,sometimes);
    } //if

  /* printf("Welcome to Windows 3.1");    */
  /* printf("Welcome to Windows 3.11");   */
  /* printf("Welcome to Windows 95");     */
  /* printf("Welcome to Windows NT 3.0"); */
  /* printf("Welcome to Windows 98");     */
  /* printf("Welcome to Windows NT 4.0"); */
  printf("Welcome to Windows 2000");

  if (system_ok())
    crash(to_dos_prompt)
  else
    system_memory = open("a:\swp0001.swp",O_CREATE);

  while(something)
    {
    sleep(5);
    get_user_input();
    sleep(5);
    act_on_user_input();
    sleep(5);
    } // while
  create_general_protection_fault();

} // main


Read it, you'll laugh. laugh.gif



o my gosh that is so funny i agree that probably is how Microsoft programs there stuff if they could do it that way.
Skan
No, Microsoft hatin' is not allowed. madsing.gif
Fedora
ROFL!

After reading it through, it makes a lot of sense about Microsoft.
Stobbo
Why is Microsoft portrayed as a bad company constantly?
Skan
because everyone needs something to blame when they don't know how to keep their computer running as it should.
Rezolution_X
Haha. Well done.

Oh, and Microsoft Suxorizes.
An instance why:

My dad leads a team of software developers. They built a program. To install and run it on OS2, it used 2 Floppy disks.
The exact same program running on a Windows system ended up needing a CD to run, due to all the excess crud that come from conversion etc.

Ever even programed in VB.net? Did you know you can delete whole big chunks of the "Windows generated code" and the program will still run perfectly fine?

Oh, and Java. Microsoft loves Java. They love it so much, they basically copuied it, renamed it j#, added it into their .net package, and then dropped support of Java, forcing people to use j# instead AKA: Stealing someone elses idea, taking it as their own, then trying to push the original out of the picture.

I won't deny that Microsoft have been a part in making Computers what they are today, but they are a corporate bully, and use really inefficient code.
Stobbo
QUOTE(Skandal @ Sep 11 2007 at 08:26 AM) *
because everyone needs something to blame when they don't know how to keep their computer running as it should.


Quoted for truth.

QUOTE(Rezolution_X @ Sep 11 2007 at 10:14 AM) *
Haha. Well done.

Oh, and Microsoft Suxorizes.
An instance why:

My dad leads a team of software developers. They built a program. To install and run it on OS2, it used 2 Floppy disks.
The exact same program running on a Windows system ended up needing a CD to run, due to all the excess crud that come from conversion etc.

Ever even programed in VB.net? Did you know you can delete whole big chunks of the "Windows generated code" and the program will still run perfectly fine?

Oh, and Java. Microsoft loves Java. They love it so much, they basically copuied it, renamed it j#, added it into their .net package, and then dropped support of Java, forcing people to use j# instead AKA: Stealing someone elses idea, taking it as their own, then trying to push the original out of the picture.

I won't deny that Microsoft have been a part in making Computers what they are today, but they are a corporate bully, and use really inefficient code.


Maybe it wasn't Microsoft, and your Dad and his developers just didn't convert it as well as they could. rolleyes.gif

As for VB.net, wouldn't it be much better to not generate the code automatically, and code it manually.

Java, since when have they forced people to use J#. blink.gif

Corporate bully? I'd disagree personally.
Inefficient code? Personally, I find it efficient enough, but maybe thats just me.
Toungy
QUOTE(Rezolution_X @ Sep 11 2007 at 11:14 AM) *
Ever even programed in VB.net? Did you know you can delete whole big chunks of the "Windows generated code" and the program will still run perfectly fine?

Ever even programmed in Mac.NET? Oh wait, that doesn't exist. rolleyes.gif I don't blame Microsoft for generating too much code, visual IDEs are extremely hard to code, and to make sure everything will run perfectly fine, more code than usual must be generated.

QUOTE(Rezolution_X @ Sep 11 2007 at 11:14 AM) *
Oh, and Java. Microsoft loves Java. They love it so much, they basically copuied it, renamed it j#, added it into their .net package, and then dropped support of Java, forcing people to use j# instead AKA: Stealing someone elses idea, taking it as their own, then trying to push the original out of the picture.

Which is funny that you say that because there's a good chance they're dropping J/J# completely out of the .NET package.
Agent F
Microsoft has so many options and ideas to try and suit everyone's needs. But you know what happens when you try to make everyone happy? You end up doing the opposite. If you know what you're doing in Windows, you'll rarely encounter problems beyond your control or an easy fix.
creamers
QUOTE(Stobbo @ Sep 11 2007 at 03:05 AM) *
Why is Microsoft portrayed as a bad company constantly?



because they are already releasing a sp1 for vista when they didn't release one for xp till after like a year or 2 years.

Also they vista sidebar crashed many computers because it was capable of running arbitrary code.



read this below.

Also vb.net lokos very hard to learn apple script is just lke plain english.



Let us know what interests you, and we'll customize your TechNet Flash newsletter with additional reports on topics such as desktop operating systems, server technologies, or security. And please let us know what you think of TechNet Flash.
From the Editor
Greetings creamers,
It's been several months since the Windows Vista launch and IT organizations are reporting a more streamlined desktop environment and greater security, management control, and better self-healing capabilities. The results, they say, are higher service levels and a better experience for end users. A big part of this is due to your feedback and the diligent work to consistently reduce the effort required for roll-out preparation. To familiarize yourself with Windows Vista deployment requirements, check out the latest deployment guides and tools. We also have significantly increased the availability of Windows Vista-compatible applications in addition to ensuring that we offer the right guidance through the "Application Compatibility Toolkit" for you to test-drive Windows Vista in your environment right now. There is peace of mind in knowing that ongoing improvements are available dynamically through Windows Update and we also have announced what is coming in Windows Vista SP1 to help you to better plan and continue with your ongoing pilots. The first thing to note is that Windows update is taking care of important incremental fixes and while SP1 delivers enhancements to compatibility and reliability, it will not contain new features. It is built and tested to enable smooth transitions for applications from Windows Vista RTM to Windows Vista SP1. If you want more information on the latest Windows Updates, here are two Knowledge Base articles that address reliability and compatibility: KB 938194, KB 938979.

Looking for best practices for managing mobile devices as part your enterprise network? Microsoft has more than 40,000 users of mobile devices across the Microsoft global work force and must manage important issues, such as selecting and contracting with mobile operators, determining the kind of devices that employees can use, and protecting enterprise information that resides on mobile devices. Learn how Microsoft is incorporating mobile devices into the enterprise with the case study "Integrating Mobility into the Enterprise at Microsoft". This executive-level overview details the ways the Microsoft IT department established strong security procedures to help protect corporate intellectual property, critical business data, and other enterprise information. To learn how you can use Group Policy to centrally configure and distribute wireless network settings to all the computers in your Active Directory network, TechNet Magazine's "The Cable Guy" looks at Wireless Group Policy Settings for Windows Vista. Also, check out the Windows Mobility Webcast Series for a full range of pre-recorded, instructor-led webcasts covering Window Mobile development topics and technologies like Windows Mobile 6, Microsoft Visual Studio 2005, the .NET Compact Framework 2.0 and Microsoft SQL Server Compact Edition. Tune in to learn how to create managed Windows Mobile Pocket PC/Smartphone applications.

Thanks for reading,

Mitch Irsfeld
Editor, TechNet Flash
Top Stories and Featured Content

Windows PowerShell: Securing the Shell
When designing Windows PowerShell, Microsoft gave security a leading role. And it shows. Take a look at some of the key security features and settings, such as credential handling and execution policies, which help to ensure that Windows PowerShell is not subject to the problems encountered when using Visual Basic Scripting Edition.
Exchange Queue & A: Setup, Message Journaling, Storage Options, and More
Also in TechNet Magazine, learn how you can use message journaling to monitor e-mail in your company and find out if Microsoft Office 2003 users can use unified messaging. In addition, you can examine storage options for your Microsoft Exchange Server 2007 implementation, get answers about connecting to Exchange Server 2007 with older versions of Microsoft Office Outlook, and more.
Compare Windows Server, Linux, and UNIX
Making a server platform decision? For in-depth resources, interviews with CIOs, and head-to-head comparisons among Windows Server, Linux, and UNIX, check out the Windows Server/Compare site.

Cumulative Update 3 for SQL Server 2005 Service Pack 2
Keep your system up to date with the most recent cumulative update package for SQL Server 2005 SP2. This package contains all of the SQL Server 2005 hotfixes that have been released since the initial release of SQL Server 2005 SP2.
Seeking Inspiring Stories of Software Companies Making a Difference
Microsoft is searching the globe for inspiring stories of passionate people developing innovative software solutions that make a meaningful difference in the world. We believe that people and software will play vital roles in unlocking some of the biggest global challenges today. If you are an ISV using Microsoft technology to create a world-changing application for the healthcare, education, or clean technology industries, please submit your solution to The Ingenuity Point for a chance to get your story told.
Evaluation Center Updates
System Center Configuration Manager 2007 Evaluation Is Now Available
System Center Configuration Manager 2007 manages the full life cycle including operating system and application deployment, updates, asset intelligence, desired configuration management, and remote management for your clients, servers, and handheld devices. And when you download the 120-day trial software, you're automatically registered to receive valuable resources delivered at strategic intervals throughout the software evaluation period.
Download Office Communications Server 2007
Microsoft Office Communications Server 2007, the next evolution of Live Communications Server, delivers streamlined communications for your users so they can find and communicate with the right person, right now, from the applications they use most -- like Microsoft Office Outlook messaging and collaboration client. And when you download the 180-day trial software, you're automatically registered to receive valuable resources delivered at strategic intervals throughout the software evaluation period.
Scripting for IT Pros

See previous comics in the TechNet Flash Web-based archive.
Hey, Scripting Guy!

How Can I Find All the Files in a Directory Tree That Contain a Specific Word or Phrase?

How Can I Delete the Oldest File From a Folder If and When That Folder Exceeds a Specified Size?

How Can I Get the GUID for a User Account If All I Have Is the User's Logon Name and Domain?
See more Scripting Tips
Support and Troubleshooting
How-to Articles

How to add scanner support to Windows 200x Terminal Server

How to obtain the latest Host Integration Server 2004 service pack

How Groove 2007 uses Groove servers
Hotfixes

A hotfix is available that adds support for various models of IBM LTO3 tape drives and IBM LTO4 tape drives in Windows Server 2003

FIX: When you use an application to play DRM-protected video content in Windows XP, the application may fail

A hotfix rollup package is available for Microsoft Management Console (MMC) in Windows Server 2003
Knowledge Base Articles

An update is available that improves the performance and reliability of Windows Vista

An update is available that improves the compatibility and reliability of Windows Vista

Update for Windows Vista to improve the product activation and validation process
See a selection of new Knowledge Base articles on the TechNet Web site. KB articles feature an Article Translations box in the right column. You can select a language from the drop-down list and read the article in the selected language.
Also available via RSS
Featured Downloads
Download the SQL Server 2008 July CTP
Do you have passion for technology? Do you want to make a difference? Then try out a SQL Server 2008 Community Technology Preview (CTP). The SQL Server development team uses your feedback from CTPs to help refine and enhance product features. For more information on SQL Server 2008, check out the SQL Server 2008 product overview and webcasts.
Upcoming Webcasts
How Microsoft IT Manages Physical Security Through Strategic IT Convergence
Tuesday, September 11, at 9:30 AM Pacific Time
Learn how Microsoft leverages convergence strategies to control costs while increasing operational efficiencies in the physical security space.

Investment Analytics - Take Back Your Weekends
September 12, at 12:00 PM Eastern Time
Learn how Microsoft high performance computing tools can help solve some of your time- and energy-consuming computational problems.
Reducing IT Overhead with Windows Server 2008 Storage Features
Wednesday, September 19, at 11:00 AM Pacific Time
Learn about the new and improved storage features for Windows Server 2008.

SQL Server 2008: New Performance Monitoring and Troubleshooting Using Management Studio
Wednesday, September 26, at 8:00 AM Pacific Time
This session describes the feature set for the SQL Server 2008 release and how the performance collection architecture fits within the Microsoft System Center Operations Manager.
Virtualization and Windows Server 2008
Wednesday, September 26, 11:30 AM - 1:00 PM Pacific Time
Get an overview of virtualization's role and the scenarios and features that make server virtualization an important pillar of Windows Server 2008. The session will also cover the longer-term strategy and roadmap for Microsoft virtualization technologies.
Examining the Microsoft Virtualization Portfolio and Capabilities with Windows Server 2008
Thursday, September 27, 8:00 - 9:00 AM Pacific Time
This session will examine the Microsoft virtualization ecosystem with Windows Server 2008. Taking a 360 degree view of virtualization, topics covered are presentation, application, and server virtualization scenarios and technologies.
Security
Stopping Junk E-Mail with Exchange Hosted Filtering
Exchange Hosted Filtering employs five layers of preventive and protective functionality to prevent increasingly complex e-mail-borne threats from infiltrating businesses and violating corporate policy on e-mail use.
Protect Sensitive Laptop Data with the Data Encryption Toolkit for Mobile PCs
Secure vulnerable laptop data using Microsoft BitLocker Drive Encryption and the Encrypting File System. This toolkit can also help you centrally configure, deploy, and manage encryption settings on all your mobile PCs.
On Demand
Protect Your Windows Virtual Environment with Data Protection Manager
To meet customer needs in protecting virtual servers, Microsoft is releasing System Center Data Protection Manager 2007 later this year. This webcast will cover how Data Protection Manager works and specifically what considerations should be made when protecting virtual machines with Data Protection Manager 2007.
How Microsoft IT Designed and Deployed Active Directory Federation Services
Learn how Active Directory Federation Services (ADFS) helps companies extend their authentication infrastructure across enterprise and organizational boundaries.
TechNet Radio
Look for new episodes of TechNet Radio or subscribe to the RSS feed and let the shows come to you.

TechNet Radio - (MP3)

TechNet Radio - (WMA)


Intrusion Detection and Incident Response
WMA | MP3 High | MP3 Low

Internet Information Services 7.0 in Windows Server 2008 Provides an Improved Web and Applications Platform
WMA | MP3 High | MP3 Low

TechNet Radio: How Microsoft Uses SQL Server 2005 to Power a Global Forensic Data Security Tool
The Microsoft Information Security team uses an internal tool called Information Security Consolidated Event Management (ICE) version 3.0 to gather forensic data from more than 85 proxy servers around the world. Join this session to find out more.
On-Demand Microsoft IT Webcasts for IT Pros

On-Demand Microsoft IT Webcasts for IT Managers
Virtual Labs
Secure Messaging and Collaboration
Learn how you can augment the built-in security of Exchange Server, SharePoint Server, and Microsoft Office Live Communications Server by using ISA Server 2006 to provide secure remote access, Antigen to provide tailored antivirus protection, and Windows Rights Management Services to safeguard content from unauthorized use.
What's New Online in TechNet Plus Direct
Find the Technical Resources You Need Faster with Our Virtual Librarian
Did you know that you can get personal assistance finding the technical information you need? With Online Concierge Chat in TechNet Plus, subscribers can get immediate online help finding the technical resources they need and assistance with non technical questions. It's like having your own virtual librarian. Online Concierge Chat can help you find what you're looking for -- fast. If you're not a TechNet Plus Direct subscriber and want access to Online Concierge Chat now as well as access to all the latest software, tools, and resources, click here and get started today. And to stay up to date on TechNet Plus news, sign up for the TechNet Plus Blog RSS feed.
Case Studies and White Papers
Getting Smarter on Windows Server
This roadmap is designed for Windows Server administrators, Linux/UNIX administrators, and administrators who work in multiplatform environments. If you have Linux/UNIX skills, you can learn how to adapt these skills for Windows. If you already have Windows skills, you can use the roadmap to help identify and develop new skills.
Protecting Virtualized Environments with System Center Data Protection Manager 2007
Read this white paper to learn how Data Protection Manager 2007 offers comprehensive data protection for organizations of all sizes, helping to maintain the business value of your Virtual Server infrastructure by making it better protected and more available.
Swiss International Airlines: Linux-to-Windows Lifts Availability of Online Booking to 99.9 Percent
To increase revenue and reduce the costs of its online e-commerce site, SWISS migrated from a solution based on Linux, Java, and Oracle to Windows Server 2003 Enterprise Edition, the Microsoft .NET Framework, and Microsoft SQL Server 2005.

Environmental Sciences Network: Scientists Join Forces Against Climate Change with Integrated Platform
Grid ENabled Integrated Earth system model, consolidating the work of scientists and researchers, merged applications for conducting simulations using a solution based on Windows Compute Cluster Server 2003 and Microsoft .NET technology -- making collaboration easier and improving research productivity.

Progressive Prepares for Growth, Gains Agility with SQL Server
Progressive is creating a new policy management application using Microsoft SQL Server 2005 Enterprise Edition (64-bit) database, with Microsoft Visual Studio 2005 and the Microsoft .NET Framework 2.0, for enterprise-grade reliability, scalability, ease of integration, and faster time-to-market.

64-Bit Compute Cluster Performs Crash Analysis, Aides in Safety Compliance
Bombardier Transportation, located in Kassel, Germany, is using high-performance computing to perform comprehensive rail-vehicle crash analysis. An 8-node, 64-bit cluster based on Windows Compute Cluster Server (WCCS) 2003 helps Bombardier perform simulations even for new, extended regulations, while still meeting fixed project schedules.
Received TechNet Flash from a Friend?
The TechNet Flash is full of pointers to in-depth technical information that we encourage subscribers to forward to friends and co-workers. If you've received this issue from someone via e-mail and would like to receive the free TechNet Flash newsletter biweekly, all you have to do is register.

Volume 9, Issue 18

September 5, 2007
In This Issue:
Top Stories and Featured Content
Evaluation Center Updates
Scripting for IT Pros
Support and Troubleshooting
Featured Downloads
Upcoming Webcasts
Security
On Demand
Virtual Labs
What's New Online in TechNet Plus Direct
Case Studies and White Papers
Received TechNet Flash from a Friend?
Training & Books
• Free Windows Server 2008 and Windows PowerShell E-Book Offer
This downloadable e-book offer includes content from two popular new books from Microsoft Press. New content will be added periodically, so check back often.
• Free Office Communications Server 2007 E-Learning
Learn about enterprise instant messaging, on-premise conferencing and telephony, and incorporating functionality within custom applications with this free e-learning collection.
• Windows Vista Resources for IT Professionals
Get the tools you need to make your job easier as you deploy and optimize Windows Vista.
• Prove Your SQL Server 2005 Skills: Earn Your MCTS Certification
Find out how to earn your MCTS: SQL Server 2005 certification and get the training and books you'll need to prepare for your certification exam.
• Announcing Today: Second Shot Is Back
Starting September 15, you will be able to get a free second chance to pass your Microsoft Certification Exam. Limited offer, plan now.
• Windows Server 2008 Certification: Save on E-Learning
Prepare for certification on Windows Server 2008. Build your skills and prepare for your 2003 to 2008 exams with self-paced Microsoft E-Learning courses. Save 15 percent through November 15 with promo code 1W815.
Events
• Get the Skills That Can Help You Save the Day with TechNet Events
Maximize your IT infrastructure with hot new solutions from TechNet Events. Run a midsize business environment with Essentials 2007, gain hands-on skills with the TCP/IP protocol suite and explore the next generation networking features in Windows Server 2008 and Windows Vista. Don't miss these free, live sessions in your local area.
How Microsoft Does IT
Microsoft IT Best Practices Revealed for Deploying Windows Vista, the 2007 Office System, and Exchange Server 2007
Capitalize on Microsoft IT lessons learned for your own deployments through Microsoft IT Showcase.
Insight Workshops from Microsoft IT Showcase
Offered worldwide, Insight Workshops provide IT professionals an opportunity to engage in peer-to-peer technology sharing in a multiple-day workshop environment, offering a unique inside view into the Microsoft process of developing, deploying, and managing Microsoft enterprise solutions. Current topics include Enterprise Security & Directory Services, Manageability, and Messaging Deployment & Operations at Microsoft.
How Microsoft Does IT -- White Papers, Case Studies, Webcasts, and More
Best practices and lessons learned revealed. Subscribe via our RSS feed and get timely, in-depth information on how Microsoft IT plans for, deploys, and manages Microsoft products within its own global enterprise.
New Content from Microsoft IT
Flash Tips
Illustrated Script - Searching for User Accounts That Contain Similar Value in an Attribute
Illustrated Script - Displaying Password Attributes Available from the LDAP Provider and userAccountControl Attribute
Resources
• TechNet Security
• Security Newsletter
• Support News
• What's New on TechNet
• Community News
• TechNet Flash Archive
• IT Manager Connections Newsletter
TechNet Plus Direct
Enjoy the Privileges of a TechNet Plus Direct Subscription
Benefits include:
• Full library of Microsoft software for evaluation without limits
• Immediate access through subscriber downloads
• Two Professional Support incidents
• Access to beta software before public beta releases
• Exclusive tools and utilities
Tell Us Your IT Interests and Get News to Match

© Microsoft Corporation. Microsoft, Active Directory, BitLocker, BizTalk, Forefront, Groove, Microsoft Press, Outlook, PerformancePoint, SharePoint, SQL Server, Visual Basic, Visual Studio, Windows, Windows Mobile, Windows PowerShell, Windows Server, Windows Vista, and Xbox are trademarks of the Microsoft Group of companies. All other trademarks are property of their respective owners.

To cancel your subscription to this newsletter, reply to this message with the word UNSUBSCRIBE in the Subject line. You can also unsubscribe at the Microsoft.com Web site. You can manage all your Microsoft.com communication preferences at this site.

Legal Information.

This newsletter was sent by the Microsoft Corporation
One Microsoft Way
Redmond, Washington, USA
98052
Sign up for other newsletters | Unsubscribe | Update your profile
© 2007 Microsoft Corporation Terms of Use | Trademarks | Privacy Statement
Mikey
I didn't really intend for this to become a 'Microsoft sucks' debate. mellow.gif
creamers
QUOTE(Mikey @ Sep 11 2007 at 08:58 PM) *
I didn't really intend for this to become a 'Microsoft sucks' debate. mellow.gif



its more fun like that though but the source code is still very funny i bet microsoft thinks of coding like that some times.

and Rezolution_X

apple uses applescript it is exacly like plain english theres now simpler code its easir then php and html.
Mikey
QUOTE(Apple)
AppleScript is an English-like language used to write script files that automate the actions of the computer and the applications that run on it.

So it's not really a program, just an automated computer function.
Stobbo
AppleScript isn't the same as VB.net. Thats like saying HTML is easier to learn than C++ so is better.

SP1 for Vista is good, it shows that Microsoft care about their users, and want to give them security and bug fixes.

Sidebar crashing? Prove it.
creamers
QUOTE(Stobbo @ Sep 12 2007 at 01:44 AM) *
AppleScript isn't the same as VB.net. Thats like saying HTML is easier to learn than C++ so is better.

SP1 for Vista is good, it shows that Microsoft care about their users, and want to give them security and bug fixes.

Sidebar crashing? Prove it.



i had anbouther biweekly newsletter from them i delted my copy of it il have to ask my dad if he has a copy of it when he gets home.

i read it though in there newsletter.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.