DOSBox already has an internal command "TYPE"
But it doesn't provide '/P' parameter to view a text file
with pauses.
This patch will add '/p' parameter to TYPE command.
TYPE [filename] /P
Before applying this patch, try 'addkey' patch first.
Ah..
This patch also adds VER and CHCP commands.
(internal)
VER just shows version number of DOSBox.
CHCP shows 'current active code page'
When you hit HELP command,
its messages will also be displayed with pauses, too.
Logged In: YES
user_id=844698
Fixed a bug that 'TYPE /P' shows the contents in a
file
wrong.
I will remove '/p' option in TYPE (because it's
not
official, really) and create a new command MORE instaed if
I have some time.
Logged In: YES
user_id=844698
Added a command 'MORE'.
TODO : /Tn , keys - 'next file, quit' support
It seems that dosbox doesn't support '|'
'type readme.txt |more' doesn't work.
Logged In: YES
user_id=844698
ignore 'type nul', copy con bug fixed
Logged In: YES
user_id=844698
ignore 'copy nul'
Logged In: YES
user_id=844698
'copy nul' works.
Logged In: YES
user_id=844698
Refreshing against current cvs
Logged In: YES
user_id=844698
Removed chcp.
Logged In: YES
user_id=844698
Created macros for some repeated lines :
CMD_MACRO_1 and CMD_MACRO_2
Thanks to Qbix.
Logged In: YES
user_id=844698
MORE : displays the number of line and filename
Logged In: YES
user_id=844698
MORE : fixed a bug that you can't see EOF as soon as you
go to nextfile
Logged In: YES
user_id=844698
Moved MOUSE.COM to Z drive.
Logged In: YES
user_id=844698
Refreshing against current cvs
Logged In: YES
user_id=844698
Refreshing against current cvs (07/29/2006)
Logged In: YES
user_id=844698
typos...
Logged In: YES
user_id=844698
you can set date.
usage : date [day] [month] [year]
Logged In: YES
user_id=844698
you can see and set volume label by using VOL, DIR, and
LABEL
LABEL [label]
Logged In: YES
user_id=844698
Improved part of cmd_delete (.)
Logged In: YES
user_id=844698
Added PROMPT. "PROMPT=$P$G" will set at startup.
Changed ""%c $c",8,8" to "\b \b" (simplified)
Fixed a bug in mouse part. After uninstalling mouse, mouse
cursor will appear when typing mouse.
Logged In: YES
user_id=844698
fixed a crash in prompt
Logged In: YES
user_id=844698
prompt can now handle texts.
Logged In: YES
user_id=844698
added support for "vol [drive]"
Logged In: YES
user_id=844698
Originator: YES
forgot to add "drive has no label" into cmd_vol
Logged In: YES
user_id=844698
Originator: YES
File Added: function.patch
Logged In: YES
user_id=844698
Originator: YES
Updated the patch for current cvs
File Added: function.patch