home *** CD-ROM | disk | FTP | other *** search
- ;
- FOR.COM
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 7k (51) 8B32 1.1 Dreas Nielsen 2/89 Z3COM3
-
- 1- Syntax 2- Help File 3- FOR-NEXT.HLP
-
-
-
- FOR.COM, NEXT.COM, and PERFORM.COM provide the ability to perform a single
- command or set of commands repeatedly, for a specified list of arguments.
-
- See FOR-NEXT.HLP for details on usage.
- :1
-
-
- Syntax: FOR <[du:|dir:]fn.ft> [<[du:|dir:]fn.ft>] [/X]
-
- where the 'X' option indicates that all ambiguous filenames are to be
- expanded. If an ambiguous filename is prefaced with a DU: or DIR:
- specification, its expansions will all also contain the directory
- specification. If the "/X" flag is omitted, the arguments may be any
- set of strings containing no blanks; i.e., the arguments need not be
- filenames.
-
- or FOR 'one string' "another string" \a third string\ /S
-
- where the 'S' option is REQUIRED to indicate that the list elements are
- delimited strings. Any non-blank character except the virgule (/) and
- comma may be used as a delimiter.
-
-
-
- Syntax (continued):
-
- or FOR /o
-
- where 'o' can be D, R, or N, with the following meanings:
-
- D -- list all named directories
- Rn -- list all integers up to that contained in register 'n',
- one per line. The list is zero-based
- Nn -- list all integers up to 'n', one per line (zero-based).
- V -- list all currently defined shell variable names
- :2
-
-
- FOR-NEXT.HLP
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 15k (114) 2FB3 1.1 Dreas Nielsen 2/89 Z3HLP3
- ==============================================================================
-
- ZCPR3 HELP file for FOR.COM, NEXT.COM, and PERFORM.COM trio.
- :3 :FOR-NEXT