Skip to content

Commit

Permalink
Translation updates / fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Oct 15, 2024
1 parent a18fff4 commit 095942e
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 178 deletions.
7 changes: 4 additions & 3 deletions strings/DEFAULT.lng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# Language: English
# Codepage: ASCII (7bit) / any codepage
# Author: FreeCOM maintainer
#
# Changelog by W. Spiegl (2024-10-15):
# "FOR - Example: replaced %% by %%%%"
# This file is used to generate all the messages that command.com
# outputs. This file is the input to the fixstrs program, and it
# outputs strings.h and strings.dat. The .DAT file is appended to
Expand Down Expand Up @@ -1080,7 +1081,7 @@ ERASE [drive:][path]filename [/P] [/V]
Displays a list of files and subdirectories in a directory.

DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]]
[/O[[:]sortorder]] [/S] [/B] [/L] [/V]
[/O[[:]sortorder]] [/S] [/B] [/L]

[drive:][path][filename]
Specifies drive, directory, and/or files to list.
Expand Down Expand Up @@ -1176,7 +1177,7 @@ To use the FOR command in a batch program, specify %%%%variable instead of
%%variable.

For example:
FOR %%f IN (---start--- a*.* ---end---) DO ECHO - %%f -
FOR %%%%f IN (---start--- a*.* ---end---) DO ECHO - %%%%f -
.

:TEXT_CMDHELP_GOTO
Expand Down
Loading

0 comments on commit 095942e

Please sign in to comment.