Subversion Repositories SvarDOS

Rev

Rev 1404 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1404 Rev 1405
Line 3... Line 3...
3
$PROJNAME = 'SvarCOM';
3
$PROJNAME = 'SvarCOM';
4
 
4
 
5
$SHORT = 'the SvarDOS command interpreter';
5
$SHORT = 'the SvarDOS command interpreter';
6
 
6
 
7
$LONGHTML = "
7
$LONGHTML = "
8
<p>SvarCOM is the SvarDOS command line interpreter, known usually under the name "COMMAND.COM". It is designed and maintained by Mateusz Viste, and distributed under the terms of the MIT license.</p>
8
<p>SvarCOM is the SvarDOS command line interpreter, known usually under the name \"COMMAND.COM\". It is designed and maintained by Mateusz Viste, and distributed under the terms of the MIT license.</p>
9
 
9
 
10
<p>For the time being, it is a work-in-progress project that - although functional - is not entirely polished yet and might miss a few bits and pieces. SvarCOM version 2022.x must be considered a \"preview\" version. See the documentation included in the zip file for details.</p>
10
<p>For the time being, it is a work-in-progress project that - although functional - is not entirely polished yet and might miss a few bits and pieces. SvarCOM version 2022.x must be considered a \"preview\" version. See the documentation included in the zip file for details.</p>
11
 
11
 
12
<p>SvarCOM is minimalist and I'd like to keep it that way. It aims to be functionally equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.</p>
12
<p>SvarCOM is minimalist and I'd like to keep it that way. It aims to be functionally equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.</p>
13
 
13