Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 570 → Rev 571

/svarcom/trunk/svarcom.txt
17,7 → 17,7
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
 
As of version 2021.1, SvarCOM's resident footprint is under 2 KiB.
As of version 2022.0, SvarCOM's resident footprint is under 2 KiB.
 
Translation strings are stored in the file SVARCOM.LNG, which should be
placed in a directory pointed at by %NLSPATH% for SvarCOM to be able to output
44,6 → 44,7
ECHO - displays messages, or turns command-echoing on or off
EXIT - quits the command.com program (command interpreter)
IF - performs conditional processing in batch programs
LN - adds, deletes and displays global executable links
MD/MKDIR - creates a directory
PATH - displays or sets a search path for executable files
PAUSE - suspends processing of a batch program
64,7 → 65,7
 
SvarCOM is published under the terms of the MIT license.
 
Copyright (C) 2021 Mateusz Viste
Copyright (C) 2021-2022 Mateusz Viste
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal