Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 521 → Rev 520

/svarcom/trunk/history.txt
File deleted
/svarcom/trunk/cmd/ver.c
95,7 → 95,7
outputnl("Copyright (C) " COPYRDATE " Mateusz Viste");
outputnl("");
outputnl("Program ten dedykuje Milenie i Mojmirowi. Zycze wam, byscie w swoim zyciu");
outputnl("potrafili docenic wartosci minionych pokolen, jednoczesnie czerpiac radosc");
outputnl("potrafili docenic wartosci czasu minionego, jednoczesnie czerpiac radosc");
outputnl("z prostych przyjemnosci dnia codziennego. Lair, jesien 2021.");
return(-1);
}
/svarcom/trunk/internal.txt
1,5 → 1,4
 
 
=== SvarCOM implementation notes ===
 
 
41,4 → 40,4
the process.
 
 
===================================================================== EOF ====
====================================================================== EOF ===
/svarcom/trunk/svarcom.txt
1,5 → 1,4
 
 
=== SVARCOM ===
 
 
17,9 → 16,9
Since SvarCOM is a work-in-progress effort, it is missing a few things yet:
- pipes (cmd.exe | more) and stdin redirections (cmd.exe < file)
- advanced batch constructs (conditionals, errorlevels...)
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
- DIR misses a few switches (/S, /O, /A)
- ... (see TODO.TXT for more details)
- ... (see TODO.TXT for more information)
 
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.
58,7 → 57,6
REN/RENAME - renames a file or files
RMDIR - removes (deletes) a directory
SET - displays, sets or removes DOS environment variables
SHIFT - changes the position of arguments in a batch file
TIME - displays or sets the system time
TYPE - displays the contents of a text file
VER - displays the DOS version
91,4 → 89,4
SOFTWARE.
 
 
====================================================================== EOF ===
==================================================================== [EOF] ===
/svarcom/trunk/todo.txt
17,7 → 17,7
=== MEDIUM PRIORITY ==========================================================
 
provide unopened FCBs to launched applications
complete EN translation strings
completed EN translation strings
translations should be cached in rmod-owned memory
if translations reloading fails, do not retry after every command
DIR /O
28,11 → 28,10
 
=== NICE TO HAVE =============================================================
 
respawn COMMAND.COM entirely from memory if it survived last application
DIR %DIRCMD% lookup
COPY /V
COPY /Y
COPY ASCII mode support?
COPY ASCII mode support
"notify pending command" support (INT 2F,AX=AE00)
INT 2F,AX=5500 support
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
43,4 → 42,4
tlumacz: detect incomplete translation files and fill missing strings with EN
 
 
====================================================================== EOF ===
==================================================================== [EOF] ===