Changes

Jump to: navigation, search
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Windows PowerShell 1.0 Pipes and Redirection|Previous]]<td align="center">[[Windows PowerShell 1.0 Essentials|Table of Contents]]<td width="20%" align="right">[[Windows PowerShell 1.0 Looping with the for and foreach Statements|Next]]</td>
<tr>
<td width="20%">Windows PowerShell 1.0 Pipes and Redirection<td align="center"><td width="20%" align="right">Windows PowerShell 1.0 Looping with the for and foreach Statements</td>
</table>
<hr>
 
 
<google>BUY_WPS</google>
 
 
Since programming is largely an exercise in applying logic, much of the art of script development involves writing scripts that make decisions based on one or more criteria. Such decisions define which code gets executed and, conversely, which code gets by-passed when the script is executing. This is often referred to as ''flow control'' since it controls the ''flow'' of script execution.

Navigation menu