Subversion Repositories SvarDOS

Rev

Rev 1405 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1404 mateusz.vi 1
<?php
2
 
3
$PROJNAME = 'SvarCOM';
4
 
5
$SHORT = 'the SvarDOS command interpreter';
6
 
7
$LONGHTML = "
1405 mateusz.vi 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>
1404 mateusz.vi 9
 
10
<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>
11
 
1748 mateusz.vi 12
<p>SvarCOM's resident footprint is about 2 KiB.</p>
1404 mateusz.vi 13
";
14
 
1748 mateusz.vi 15
$COPYRDATE = '2021-2024';
1404 mateusz.vi 16
 
17
?>