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
Added /? parameter to most internal commands.
CLS /?, PATH /?, SET /?, ECHO /?, CD /?
Added /R parameter to VER command.
(exists in MS-DOS 5.x~7.x and FreeDOS)
Logged In: YES
user_id=844698
Added copy command improvements submitted by theint
Fixed a bug in HELP command (displaying)
Logged In: YES
user_id=844698
Added /? parameter to CHOICE command
part of help messages removed because it's not against
DOSBox.
Logged In: YES
user_id=844698
For example, you may type "PAUSE Warning."
Then 'Warning' message will be displayed with a pause.
When you hit any key, you can go to follwing processes.
Logged In: YES
user_id=844698
CVS Refresh
Logged In: YES
user_id=844698
Removed 'todo' remark
Logged In: YES
user_id=844698
ignore /b, /t, /a, /y, /-y, and /v options
Logged In: YES
user_id=844698
('del ' should be 'del .' automatically)
CHOICE.
Logged In: YES
user_id=844698
easily remove inactive drives. (the same way as 'mount -u')
For example, 'unmount c' removes drive C that you've
mounted.
Logged In: YES
user_id=844698
Works fine now.
Logged In: YES
user_id=844698
It's incomplete but works.
Logged In: YES
user_id=844698
Logged In: YES
user_id=844698
made some lines simpler.
Logged In: YES
user_id=844698
Added a complete confirmation for del *
Made 'VER' displays real version of dosbox & dos.
Logged In: YES
user_id=844698
1) 'CHOICE /c:abc'
will display choices with 'uppercase' :
"[ABC]?"
(Adding ',' into each choice is disabled.
experimental stuff;
but you can find remarks for it in the patch)
2) When you type 'choice /c:abc Choose one'
you can get the resut like this :
(displays both text and choices)
"Choose one[ABC]?"
3) /n and /s options works fine
TIME /T shows AM or PM.
Logged In: YES
user_id=844698
Fixed a minor bug in del command
Logged In: YES
user_id=844698
Moved all the texts to shell.cpp so that people can modify
them in a language file.
Fixed some minor bugs.
Logged In: YES
user_id=844698
A command 'Choice' displays properly prompt like [Y,N]?
now, adding comma to each character.
Logged In: YES
user_id=844698
'copy con' works.
pressing ctrl-break to exit or ctrl-z/f6 to finish doesn't
work. (ctrl-pause is not handled. bios_keyboard.cpp)
Logged In: YES
user_id=844698
Added MOUSE command.
You can turn on or off mouse on the dos prompt.
Logged In: YES
user_id=844698
Removed some repeated parts of help information.
Logged In: YES
user_id=844698
Install mouse driver at startup.
Logged In: YES
user_id=844698
Refreshing against current cvs.
Logged In: YES
user_id=844698
Fixed some bugs.
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 MOVE instaed if
I have some time.