... Home  
... Impressum
... ColorConsole

... CMD
... Netsh-XP
... Netsh-7
... Netsh-Vista
... Powershell

Download the Windows 7 Starter, Home (Basic Premium), Professional und Ultimate!


... facebook.de
 
 
ColorConsole [Version 1.7.1000] PowerShell 2.0-Export
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.

C:\Windows-7>Powershell get-help about_Continue -full
# TOPIC
about_Continue

# SHORT DESCRIPTION
Describes how the Continue statement immediately returns the program flow
to the top of a program loop.

# LONG DESCRIPTION
In a script, the Continue statement immediately returns the program flow
to the top of the innermost loop that is controlled by a For, Foreach, or
While statement.

The Continue keyword supports labels. A label is a name you assign to a
statement in a script. For information about labels, see about_Break.

In the following example, program flow returns to the top of the While loop
if the $ctr variable is equal to 5. As a result, all the numbers between 1
and 10 are displayed except for 5:

while ($ctr -lt 10)
{
$ctr +=1
if ($ctr -eq 5) {continue}
Write-Host $ctr
}

Note that in a For loop, execution continues at the first line in the
loop. If the arguments of the For statement test a value that is
modified by the For statement, an infinite loop may result.

SEE ALSO
about_Comparison_Operators

C:\Windows>powershell get-help about_Core_Commands -full

OS: Windows-7 / Windows-Vista // Windows Server 2008
»»»» ColorConsole


0.062
Wie kann ich das nervig Klicken im Windows Internet Explorer abschalten?  / Wie kann ich die Ports für den FTP Passiven-Modus auf meinem Windows-Server freigeben?  / Die Desktop Icons bzw. Symbole bei Vista Sind viel zu Groß!  / Was für Systemanforderungen hat Windows-8  / Zu schneller Cursor bei Windows Texteditoren?  / System requirements for Windows 8  / Welche Bedeutung haben die "Rot" angezeigten Dateien im Explorer?  / Wie kann ich im Win-7 Basisdesign die Fensterfarbe ändern, bzw anpassen?  / / Lesetipp: 957  / Wie zum Teufel kann ich die PDF-s in der Vorschau betrachten?  / Wie kann ich das Überwachungsprotokoll als Datei speichern bzw. exportieren?  / Microsoft Visual Studio 2010 Professional-Testversion, 30 bis 90 Tage!  / Kann ich auch andere Betriebssysteme parallel zu Windows 7 installieren und betreiben?  / Open the Disk-Management in Windows 8  / industry standard dead pixel policy  /