<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Michael Tsang - The command line guy (TheChannel9Team on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/thechannel9team/michael-tsang-the-command-line-guy/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Michael Tsang - The command line guy (TheChannel9Team on Channel 9)</title><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/</link></image><description>Michael Tsang - The command line guy</description><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/</link><language>en-us</language><pubDate>Fri, 11 Jun 2004 00:11:54 GMT</pubDate><lastBuildDate>Fri, 11 Jun 2004 00:11:54 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3599.6114, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Michael Tsang - The command line guy</title><description>&lt;P&gt;the best thing about the command line is that most new functionality is accessable reliably from the command line before a UI gets written for it. also, you don't have to wait for the display to refresh to start the next thing you want to do. just type the command, hit enter, type the next one, hit enter, etc. all while the first one is still running. if you want to keep any errors in a error log, just add 2&amp;gt;&amp;gt;errors.log to the end of the command line. &lt;BR&gt;&lt;BR&gt;and my personal favorite... environment variable substring replacement. definitely enables some seriously cool capabilities. gui's can only emulate the command line, but never fully duplicate. &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;and as far as dos goes, i never wrote batch files until cmd.exe. none of my batch files even work on os'es older than 2k. (and even 2k doesnt run most of them without some changes.) cmd.exe is definitely a lot more powerful than dos ever even dreamed of being. &lt;BR&gt;&lt;BR&gt;favorite command? latest directory enumeration: &lt;BR&gt;for /F "delims=\ tokens=*" %%I in ('Dir /tc /ad /od /B %_GET_LATEST%') do if %%I GTR !_CUR_TOP! set _CUR_TOP=%%I&lt;BR&gt;followed closely by my show all menu commands subroutine: &lt;BR&gt;&lt;BR&gt;for %%I in (%AROOTOPTS::=%) Do echo. &amp;amp;set CMDITERCOUNT=%%I&amp;amp;call :NewGetOptions %%I numopts&lt;BR&gt;echo.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;it lists the 60 or so commands i handle in my utility cli menu script, by menu. why you ask? the ability to configure the debugger, install windows, log in, install private drivers, set up gflags, etc. and start stress on 20 or so machines, with a single mouse click, from home. yea it took a while to write the script, but i have saved more hours of manual configuration in the last couple years&amp;nbsp;as a result, than there are hours since I was born 24 years ago. so it was worth it, IMHO. &lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=9369</link><pubDate>Fri, 11 Jun 2004 00:11:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=9369</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/9369/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>the best thing about the command line is that most new functionality is accessable reliably from the command line before a UI gets written for it. also, you don't have to wait for the display to refresh to start the next thing you want to do. just type the command, hit enter, type the next one, hit&amp;#8230;</evnet:previewtext><dc:creator>a-nickh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/9369/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;lars wrote:&lt;/div&gt;&lt;div&gt; &lt;br&gt;&lt;br&gt;Dude, just wait for MONAD to hit your desktop. The new shell is going to be sweet.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br&gt;
&lt;br&gt;
Yes, I have heard of it.&lt;br&gt;
It will not hit MY desktop because I don't use Windows, but MSH is very nice and expected addition to Windows I think.&lt;br&gt;
&lt;br&gt;
But guys who cries after DOS ... *uhh*&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8191</link><pubDate>Thu, 27 May 2004 13:25:21 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8191</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8191/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>lars wrote: Dude, just wait for MONAD to hit your desktop. The new shell is going to be sweet.

Yes, I have heard of it.
It will not hit MY desktop because I don't use Windows, but MSH is very nice and expected addition to Windows I think.

But guys who cries after DOS ... *uhh*</evnet:previewtext><dc:creator>Bogusrabin</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8191/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;Bogusrabin wrote:&lt;/div&gt;&lt;div&gt;&lt;BR&gt;I think Windows' command-line interface is so _crap_ (if you have ever used UNIX systems) that it's much easier use GUI.&lt;BR&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;Dude, just wait for MONAD to hit your desktop. The new shell is going to be sweet.&lt;BR&gt;&lt;BR&gt;Or sign up for beta testing if you can't wait. Check this thread: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=5648#5648"&gt;http://channel9.msdn.com/ShowPost.aspx?PostID=5648#5648&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;/Lars.&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8161</link><pubDate>Wed, 26 May 2004 22:56:01 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8161</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8161/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Bogusrabin wrote:I think Windows' command-line interface is so _crap_ (if you have ever used UNIX systems) that it's much easier use GUI.Dude, just wait for MONAD to hit your desktop. The new shell is going to be sweet.Or sign up for beta testing if you can't wait. Check this thread:&amp;#8230;</evnet:previewtext><dc:creator>lars</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8161/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>Ah, I must be getting old. I was raised in DOS...if it werent' for DOS, I wouldn't be able to type so fast (Sorry MS, I started with IBM PC-DOS 2.0).&amp;nbsp;;)&lt;BR&gt;But, I can totally relate to Michael on this.&amp;nbsp; There are many times I find myself dropping to a command-line so I can run&amp;nbsp;xcopy" to move a bunch of folders from one place to another.&amp;nbsp; Some more modern tasks I still do solely from the command-line...e.g. ipconfig, netstat, just to name a couple...&lt;BR&gt;&lt;BR&gt;I gave up on the command-line as a primary interface sometime around 1997...but I was a hard one to convert to Windows 95.&amp;nbsp; ;)</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8128</link><pubDate>Wed, 26 May 2004 15:16:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8128</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8128/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ah, I must be getting old. I was raised in DOS...if it werent' for DOS, I wouldn't be able to type so fast (Sorry MS, I started with IBM PC-DOS 2.0).&amp;nbsp;;)But, I can totally relate to Michael on this.&amp;nbsp; There are many times I find myself dropping to a command-line so I can run&amp;nbsp;xcopy" to&amp;#8230;</evnet:previewtext><dc:creator>amg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8128/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>Don't forget the tab-key for command completion</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8127</link><pubDate>Wed, 26 May 2004 15:13:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8127</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8127/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Don't forget the tab-key for command completion</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8127/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>I am definitely one of those who love the command line. Yes the GUI is nice, but sometimes the command prompt is just easier and faster.&amp;nbsp;There definitely is no "DOS days" in my opinion.&amp;nbsp;The command prompt has always been there and should always be there in the future too.</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8104</link><pubDate>Wed, 26 May 2004 06:18:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8104</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8104/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I am definitely one of those who love the command line. Yes the GUI is nice, but sometimes the command prompt is just easier and faster.&amp;nbsp;There definitely is no "DOS days" in my opinion.&amp;nbsp;The command prompt has always been there and should always be there in the future too.</evnet:previewtext><dc:creator>ericch1</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8104/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;The Channel 9 Team wrote:&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;nbsp;the DOS days, and thought it'd make an interesting thread here on Channel9.&lt;br&gt;Who else here lives predominantly in a command-line interface?&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br&gt;
&lt;br&gt;
I think Windows' command-line interface is so _crap_ (if you have ever used UNIX systems) that it's much easier use GUI.&lt;br&gt;
DOS makes me cry :'(&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8101</link><pubDate>Wed, 26 May 2004 05:47:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8101</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8101/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The Channel 9 Team wrote:&amp;nbsp;the DOS days, and thought it'd make an interesting thread here on Channel9.Who else here lives predominantly in a command-line interface?

I think Windows' command-line interface is so _crap_ (if you have ever used UNIX systems) that it's much easier use GUI.
DOS makes me cry :'(</evnet:previewtext><dc:creator>Bogusrabin</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8101/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>DOS days?? What do you mean by DOS Days?? Haven't the MS O/Ss been always a shell on top of DOS 6.2 ???!!! (just kidding &amp;lt;g&amp;gt;)&lt;BR&gt;Well, I guess for most of us who have been tapping away at these keys for well over a decade, the command line interface is still the fastest and sometimes even more powerful way of getting things done, not to mention getting admiring looks from the female of the species ;)&lt;BR&gt;As a matter of fact, I miss the Recorder from Win3.X which could record my strokes and play them back. Instead now I use a combination of the fairly powerful BAT/CMD and VBS combo to accomplish tasks. Its fast and easy to use the WMI, ADSI and other like interfaces to manage one's administration tasks. Till Win2K3 pstools from &lt;a href="http://www.sysinternals.com"&gt;www.sysinternals.com&lt;/a&gt; used to&amp;nbsp;occupy a place of pride, but with the availability of shutdown command in the command shell, some of the glory has waned. But, the pstools set still rocks! Or for that matter sdelete and contig from the same site are life savers!&lt;BR&gt;I recollect some (faux?) news article about a plan to bring out a commmand line only version of Win2K3. Well, I definitely would want to give it a try ;)&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;Finally my&amp;nbsp;favorite features in CMD&lt;/EM&gt;&lt;BR&gt;&lt;BR&gt;Why&amp;nbsp;I like&amp;nbsp;CMD:&lt;BR&gt;1. The F7 and F9 keys&lt;BR&gt;2. Ctrl+D and Ctrl+F shortcuts for file and directory completion&lt;BR&gt;3. COPY CON and FINDSTR&lt;BR&gt;4. NET * commands (way too cool!) (I didn't know the send option, once a friend showed me that, then on it was no stopping me, till the n/w admin sent a mail admonishing sending net sends to the entire domain ;) (couldn't comprehend&amp;nbsp;what that option did)&lt;BR&gt;5. FOR %J in (*.DLL) DO REGSVR32 /s&amp;nbsp;%J (Superfast way to register a set of DLLs in a folder! Beats Installshield hands down)&lt;BR&gt;6. ipconfig /release (/renew etc.) (faster than clicking the icon on the Systray)&lt;BR&gt;7. fsutil, WMIC, ftp&amp;nbsp;and telnet (ooooooh!! POWERFUL!)&lt;BR&gt;8. ping and tracert (How would one accomplish this via the GUI ?)&lt;BR&gt;9. PUSHD &amp;amp; POPD (AWESOME!!)&lt;BR&gt;10. shutdown, and the set of cmd line tools from www.sysinternals.com&lt;BR&gt;&lt;BR&gt;Regards,&lt;BR&gt;Vinil&lt;BR&gt;&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8095</link><pubDate>Wed, 26 May 2004 04:05:55 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8095</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8095/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>DOS days?? What do you mean by DOS Days?? Haven't the MS O/Ss been always a shell on top of DOS 6.2 ???!!! (just kidding &amp;lt;g&amp;gt;)Well, I guess for most of us who have been tapping away at these keys for well over a decade, the command line interface is still the fastest and sometimes even more&amp;#8230;</evnet:previewtext><dc:creator>vinil</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8095/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>Drag/Drop is greate for moving whole folders.&amp;nbsp; For many other jobs the command-line is faster.&amp;nbsp; The wildcard capability of the command-line makes it as fast or faster than navigating with the GUI.&amp;nbsp; cd \pro* to get to the Programs folder for example.&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8080</link><pubDate>Wed, 26 May 2004 00:19:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8080</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8080/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Drag/Drop is greate for moving whole folders.&amp;nbsp; For many other jobs the command-line is faster.&amp;nbsp; The wildcard capability of the command-line makes it as fast or faster than navigating with the GUI.&amp;nbsp; cd \pro* to get to the Programs folder for example.</evnet:previewtext><dc:creator>BinaryBoy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8080/Trackback.aspx</trackback:ping></item><item><title>Re: Michael Tsang - The command line guy</title><description>&lt;P&gt;If the command is typed, it's a throwback to the old days. If I speak the command into a microphone, it's a futuristic new interface.&lt;BR&gt;&lt;BR&gt;I'm a command-line guy at heart for most tasks. For some reason, using drag-and drop and the like seems very crude to me, like trying to get my young children ready for bed. I can't just say "Time for bed!", instead I have to say "get undressed", "put your clothes in the hamper", "go to the bathroom", draw the water, "get in the tub", "wash your face", "wash your body", and on and on for a couple dozen small steps. That's what I feel like with most GUI interfaces -- I have to take the computer by the hand and show it &lt;EM&gt;yet again&lt;/EM&gt; how to do a series of sub-tasks to accomplish a larger goal.&lt;BR&gt;&lt;BR&gt;With a command-line interface, I can marshal whatever collection of tools I need for the task, and issue a few high-level instructions and the computer will get back to me when it's done. If I have to do this more than a few times, I write a new command to do it (it's not easy at all to script across a collection of GUI-based tools).&lt;BR&gt;&lt;BR&gt;Now granted, there are some opeations that I wish I could use a more hands-on approach, but the current mouse-based approach is still far too crude. I use a tablet exclusively both at home and at work (that is, a standard PC with a tablet/stylus pointing device), and that helps quite a bit. But I still can't do natural things like selection via circling, or things like that. Dragging is about as advanced as it gets, and that's pretty durned crude, particularly with a corded brick.&lt;BR&gt;&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8078</link><pubDate>Tue, 25 May 2004 23:32:21 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/TheChannel9Team/Michael-Tsang-The-command-line-guy/?CommentID=8078</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/8078/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>If the command is typed, it's a throwback to the old days. If I speak the command into a microphone, it's a futuristic new interface.I'm a command-line guy at heart for most tasks. For some reason, using drag-and drop and the like seems very crude to me, like trying to get my young children ready&amp;#8230;</evnet:previewtext><dc:creator>Hollasch</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/8078/Trackback.aspx</trackback:ping></item></channel></rss>