Subversion Repositories SvarDOS

Rev

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

Rev 543 Rev 571
Line 15... Line 15...
15
 - DIR misses two switches: /S, /O
15
 - DIR misses two switches: /S, /O
16
 
16
 
17
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
17
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
18
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
18
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
19
 
19
 
20
As of version 2021.1, SvarCOM's resident footprint is under 2 KiB.
20
As of version 2022.0, SvarCOM's resident footprint is under 2 KiB.
21
 
21
 
22
Translation strings are stored in the file SVARCOM.LNG, which should be
22
Translation strings are stored in the file SVARCOM.LNG, which should be
23
placed in a directory pointed at by %NLSPATH% for SvarCOM to be able to output
23
placed in a directory pointed at by %NLSPATH% for SvarCOM to be able to output
24
messages in non-english languages. SvarCOM's language is controlled by the
24
messages in non-english languages. SvarCOM's language is controlled by the
25
%LANG% environment variable. NOTE: at this time translations aren't available
25
%LANG% environment variable. NOTE: at this time translations aren't available
Line 42... Line 42...
42
DEL/ERASE   - deletes one or more files
42
DEL/ERASE   - deletes one or more files
43
DIR         - displays a list of files and subdirectories in a directory
43
DIR         - displays a list of files and subdirectories in a directory
44
ECHO        - displays messages, or turns command-echoing on or off
44
ECHO        - displays messages, or turns command-echoing on or off
45
EXIT        - quits the command.com program (command interpreter)
45
EXIT        - quits the command.com program (command interpreter)
46
IF          - performs conditional processing in batch programs
46
IF          - performs conditional processing in batch programs
-
 
47
LN          - adds, deletes and displays global executable links
47
MD/MKDIR    - creates a directory
48
MD/MKDIR    - creates a directory
48
PATH        - displays or sets a search path for executable files
49
PATH        - displays or sets a search path for executable files
49
PAUSE       - suspends processing of a batch program
50
PAUSE       - suspends processing of a batch program
50
PROMPT      - changes the DOS command prompt
51
PROMPT      - changes the DOS command prompt
51
REM         - records comments (remarks) in a batch file or CONFIG.SYS
52
REM         - records comments (remarks) in a batch file or CONFIG.SYS
Line 62... Line 63...
62
 
63
 
63
=== LICENSE ==================================================================
64
=== LICENSE ==================================================================
64
 
65
 
65
SvarCOM is published under the terms of the MIT license.
66
SvarCOM is published under the terms of the MIT license.
66
 
67
 
67
Copyright (C) 2021 Mateusz Viste
68
Copyright (C) 2021-2022 Mateusz Viste
68
 
69
 
69
Permission is hereby granted, free of charge, to any person obtaining a copy
70
Permission is hereby granted, free of charge, to any person obtaining a copy
70
of this software and associated documentation files (the "Software"), to deal
71
of this software and associated documentation files (the "Software"), to deal
71
in the Software without restriction, including without limitation the rights
72
in the Software without restriction, including without limitation the rights
72
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
73
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell