Change carriage returns into linefeeds in all the Help files, without making any edits yet.

This commit is contained in:
Dave Lyons
2020-08-18 00:23:30 -07:00
parent ad81c96a4a
commit b09d40cb24
84 changed files with 2713 additions and 84 deletions
+23 -1
View File
@@ -1 +1,23 @@
exec -- get keyboard input from a file
syntax: exec <pathname>
ex: exec foo.bar
Makes keyboard input come from the specified file until an
error occurs or until end of file is reached. Wildcards are
allowed. The file must be of type TXT ($04), SRC ($B0),
or $C6/$8001 (Davex 8 Script).
If %autoexec exists, Davex automatically execs it on entry.
(If another pathname is passed to Davex in its startup buffer,
Davex attempts to exec the specified file instead of %autoexec.)
Command prompts and commands will not appear on the screen
while the file is being exec'ed (but the commands DO get
stored in the History buffer, so you can use the up arrow to
see what commands were executed; this is useful if an error
occurs during the exec).
(see also: setstart)