Showing results for May 15, 2007 - The Old New Thing

May 15, 2007
Post comments count0
Post likes count0

Get Sea-Tac flight information (including gate and baggage claim) via email

Raymond Chen
Raymond Chen

There are lots of flight status sites out there. (My favorite is FlightAware because it's the geekiest of them.) Many of them will send you email alerts when flight information changes, but the one from the Port of Seattle is the only one I know of that will also tell you when the arrival gate and baggage claim carousel number change, which is han...

Non-Computer
May 15, 2007
Post comments count0
Post likes count0

Command lines need to be quoted; paths don't

Raymond Chen
Raymond Chen

While it's true that one category of problems comes from failing to quote spaces in command lines, it is a false statement that "path names in the registry should have quotation marks around them for obvious reasons." In fact it's the opposite. Path names should not be quoted. Think about it: Quotation marks are a parsing issue, not a file name i...

Other