Sign In
Jeremy on stuff
Building, Windows, and other stuff...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Building
Smartphone
Windows Client
Windows Media Center
Windows Server
Archive
Archives
July 2005
(1)
June 2005
(3)
MSDN Blogs
>
Jeremy on stuff
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeremy on stuff
For, Part 2
Posted
over 7 years ago
by
JMorton
0
Comments
Continuing from last time . If Command Extensions are enabled, the following additional forms of the FOR command are supported: [Note that Windows 2000 and later have Command Extensions enabled by default.] FOR /D %variable IN (set) DO command [command...
Jeremy on stuff
For, Part 1
Posted
over 7 years ago
by
JMorton
2
Comments
Continuing from last time . The usage for the basic for loop looks like: FOR %variable IN (set) DO command [command-parameters] %variable Specifies a single letter replaceable parameter. (set) Specifies a set of one or more files. Wildcards may...
Jeremy on stuff
The for Command
Posted
over 7 years ago
by
JMorton
0
Comments
I stated earlier that the command prompt can be a very powerful scripting shell. Much of this power comes from the "for" command. Let's look into it more closely. First, the text of "help for" on my Windows XP SP2 machine: Runs a specified command...
Jeremy on stuff
About Me
Posted
over 7 years ago
by
JMorton
2
Comments
My name is Jeremy Morton; I have been working at Microsoft for nearly 7 years [for nearly 2 years as a contractor, and as an employee for the last 5]. Currently, I am an SDET [Software Design Engineer in Test] for an internal server product, but most...
Page 1 of 1 (4 items)