BLOKEDIT
The BLOKEDIT utility copies all or part(s) of one or more text files into a new text file. Instructions may be entered from the keyboard or retrieved from a text file. This utility is useful for rearranging source programs, extracting routines from various programs to create a new program or for rebuilding ASCII data files. BLOKEDIT also provides the option to insert text from the keyboard. The format for the BLOKEDIT command line is:
|
|
|
Instructions are entered to the BLOKEDIT utility while positioned on line 24 of the CRT or as retrieved from the {cmdfile}. Valid instructions are as follows:
FILENAME
n-m
" (double quote)
* (asterisk)
. (period)
Note the following:
If {cmdfile} is specified, it must be an ASCII text format file that contains the instructions for this particular BLOKEDIT procedure.
If {cmdfile} is not specified, all instructions for this particular BLOKEDIT procedure must be entered from the terminal keyboard.
The assumed file type (extension) on both files is TXT.
If {output} already exists and {option}
was not specified, the following prompt is displayed:
OUTPUT FILE ALREADY EXISTS. OVERWRITE IT (Y/N) ?
Any response other than 'Y' aborts the BLOKEDIT utility.
A search of all search paths is performed in an attempt to locate the specified files. If {output} is not found, it is created in the current directory.
{option} is not required and if specified must be as follows:
C
Compressed output file.
N
Uncompressed output file (default).
O
Overwrite {output} if it already exists.
?
Display the BLOKEDIT help information.
See Also: BLOKEDIT Examples, BLOKEDIT Messages, Utilities
![]() |