fixed last part of bug 910 change Windows/ to ReactOS

svn path=/trunk/; revision=19164
This commit is contained in:
Magnus Olsen 2005-11-12 00:24:16 +00:00
parent 2b9415c584
commit a9c4dac3c8
2 changed files with 6 additions and 6 deletions

View file

@ -527,7 +527,7 @@ EXIT Beendet das Programm CMD.EXE (Befehlsinterpreter).\n\
FOR Fuehrt einen angegebenen Befehl fuer jede Datei in einem Dateiensatz\n\
aus.\n\
FREE Zeigt den (freien) Speicherplatz an.\n\
GOTO Setzt den Windows-Befehlsinterpreter auf eine markierte Zeile in\n\
GOTO Setzt den ReactOS-Befehlsinterpreter auf eine markierte Zeile in\n\
einem Batchprogramm.\n\
HELP Zeigt Hilfeinformationen zu ReactOS-Befehlen an.\n\
HISTORY Listet alle Befehle auf welche sich im Speicher befinden.\n\
@ -557,7 +557,7 @@ TIME Zeigt die Systemzeit an bzw. legt sie fest.\n\
TIMER Erlaubt die Benutzung von bis zu 10 Stopuhren\n\
TITLE Legt den Fenstertitel fuer das Eingabeaufforderungsfenster fest.\n\
TYPE Zeigt den Inhalt einer Textdatei an.\n\
VER Zeigt die Windows-Version an.\n\
VER Zeigt die ReactOS-Version an.\n\
VERIFY Legt fest, ob ueberwacht werden soll, ob Dateien korrekt auf den\n\
Datentraeger geschrieben werden.\n\
VOL Zeigt die Datentraegervolumebezeichnung und die Seriennummer an.\n"

View file

@ -524,7 +524,7 @@ ERASE Deletes one or more files.\n\
EXIT Quits the CMD.EXE program (command interpreter).\n\
FOR Runs a specified command for each file in a set of files.\n\
FREE (free) disc space.\n\
GOTO Directs the Windows command interpreter to a labeled line in\n\
GOTO Directs the ReactOS command interpreter to a labeled line in\n\
a batch program.\n\
HELP Provides Help information for ReactOS commands.\n\
HISTORY List alle commands which has been used\n\
@ -546,7 +546,7 @@ REN Renames a file or files.\n\
RENAME Renames a file or files.\n\
RMDIR Removes a directory.\n\
SCREEN Move cursor and optionally print text.\n\
SET Displays, sets, or removes Windows environment variables.\n\
SET Displays, sets, or removes ReactOS environment variables.\n\
SHIFT Shifts the position of replaceable parameters in batch files.\n"
STRING_HELP2, "START Starts a separate window to run a specified program or command.\n\
Executes command.\n\
@ -554,8 +554,8 @@ TIME Displays or sets the system time.\n\
TIMER Allow the use of ten stopwaches.\n\
TITLE Sets the window title for a CMD.EXE session.\n\
TYPE Displays the contents of a text file.\n\
VER Displays the Windows version.\n\
VERIFY Tells Windows whether to verify that your files are written\n\
VER Displays the ReactOS version.\n\
VERIFY Tells ReactOS whether to verify that your files are written\n\
correctly to a disk.\n\
VOL Displays a disk volume label and serial number.\n"