1
0
Fork 0

Added -version to dosbox.

Updated Readme(added -version. removed auto from machinetype)
Updated Manpage(added freesize, version and machinetype)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1808
This commit is contained in:
Peter Veenstra 2004-06-05 11:17:23 +00:00
parent a856ff1a06
commit ed76cb83a0
4 changed files with 33 additions and 9 deletions

6
README
View file

@ -20,6 +20,8 @@ Usage:
dosbox [name] [-exit] [-c command] [-fullscreen] [-conf congfigfile]
[-lang languagefile] [-machine machinetype] [-noconsole]
dosbox -version
name
If "name" is a directory it'll mount that as the C: drive.
@ -48,8 +50,10 @@ dosbox [name] [-exit] [-c command] [-fullscreen] [-conf congfigfile]
-machine machinetype
Setup dosbox to emulate a specific type of machine. Valid choices are:
auto,hercules,cga,tandy,vga.
hercules, cga, tandy, vga (default).
-version
output version information and exit. Useful for frontends.
Note: If a name/command/configfile/languagefile contains a space in it, put
the whole name/command/configfile/languagefile between quotes("example").