Subversion Repositories SvarDOS

Rev

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

Rev 411 Rev 427
Line 14... Line 14...
14
 
14
 
15
Since SvarCOM is a work-in-progress effort, it still lacks a few things:
15
Since SvarCOM is a work-in-progress effort, it still lacks a few things:
16
 
16
 
17
- no support for pipes (eg. file.exe | more)
17
- no support for pipes (eg. file.exe | more)
18
- no support for batch (*.BAT) files
18
- no support for batch (*.BAT) files
19
- a few internal commands missing: CALL, CTTY, DATE, GOTO, IF, LH, SHIFT, TIME
19
- a few internal commands missing: CALL, CTTY, DATE, GOTO, IF, LH, SHIFT
20
 
20
 
21
 
21
 
22
Latest version available here: http://svardos.osdn.io/svarcom
22
Latest version available here: http://svardos.osdn.io/svarcom
23
 
23
 
24
 
24
 
Line 42... Line 42...
42
PROMPT      - changes the DOS command prompt
42
PROMPT      - changes the DOS command prompt
43
REM         - records comments (remarks) in a batch file or CONFIG.SYS
43
REM         - records comments (remarks) in a batch file or CONFIG.SYS
44
REN/RENAME  - renames a file or files
44
REN/RENAME  - renames a file or files
45
RMDIR       - removes (deletes) a directory
45
RMDIR       - removes (deletes) a directory
46
SET         - displays, sets or removes DOS environment variables
46
SET         - displays, sets or removes DOS environment variables
-
 
47
TIME        - displays or sets the system time
47
TYPE        - displays the contents of a text file
48
TYPE        - displays the contents of a text file
48
VER         - displays the DOS version
49
VER         - displays the DOS version
49
VERIFY      - tells DOS whether to verify that files are written correctly
50
VERIFY      - tells DOS whether to verify that files are written correctly
50
VOL         - displays the disk volume label and serial number
51
VOL         - displays the disk volume label and serial number
51
 
52