Subversion Repositories SvarDOS

Rev

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

Rev 402 Rev 404
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 batch file support
18
- no batch file support
19
- few internal commands missing: BREAK, CHCP, CLS, CTTY, LH, REN, COPY, DATE,
19
- few internal commands missing: BREAK, CHCP, CTTY, LH, REN, DATE, TIME, ECHO, IF, SHIFT
20
  TIME, ECHO, IF, SHIFT
-
 
21
 
20
 
22
 
21
 
23
Latest version available here: http://svardos.osdn.io/svarcom
22
Latest version available here: http://svardos.osdn.io/svarcom
24
 
23
 
25
 
24
 
Line 27... Line 26...
27
 
26
 
28
SvarCOM implements the following internal commands. For help on each command,
27
SvarCOM implements the following internal commands. For help on each command,
29
run it with a "/?" argument.
28
run it with a "/?" argument.
30
 
29
 
31
CD/CHDIR    - displays the name of or changes the current directory
30
CD/CHDIR    - displays the name of or changes the current directory
-
 
31
CLS         - clears the screen
-
 
32
COPY        - copies one or more files to another location
32
DEL/ERASE   - deletes one or more files
33
DEL/ERASE   - deletes one or more files
33
DIR         - displays a list of files and subdirectories in a directory
34
DIR         - displays a list of files and subdirectories in a directory
34
EXIT        - quits the command.com program (command interpreter)
35
EXIT        - quits the command.com program (command interpreter)
35
MD/MKDIR    - creates a directory
36
MD/MKDIR    - creates a directory
36
PATH        - displays or sets a search path for executable files
37
PATH        - displays or sets a search path for executable files