Subversion Repositories SvarDOS

Rev

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

Rev 578 Rev 638
Line 47... Line 47...
47
LN          - adds, deletes and displays global executable links
47
LN          - adds, deletes and displays global executable links
48
MD/MKDIR    - creates a directory
48
MD/MKDIR    - creates a directory
49
PATH        - displays or sets a search path for executable files
49
PATH        - displays or sets a search path for executable files
50
PAUSE       - suspends processing of a batch program
50
PAUSE       - suspends processing of a batch program
51
PROMPT      - changes the DOS command prompt
51
PROMPT      - changes the DOS command prompt
-
 
52
RD/RMDIR    - removes (deletes) a directory
52
REM         - records comments (remarks) in a batch file or CONFIG.SYS
53
REM         - records comments (remarks) in a batch file or CONFIG.SYS
53
REN/RENAME  - renames a file or files
54
REN/RENAME  - renames a file or files
54
RMDIR       - removes (deletes) a directory
-
 
55
SET         - displays, sets or removes DOS environment variables
55
SET         - displays, sets or removes DOS environment variables
56
SHIFT       - changes the position of arguments in a batch file
56
SHIFT       - changes the position of arguments in a batch file
57
TIME        - displays or sets the system time
57
TIME        - displays or sets the system time
58
TYPE        - displays the contents of a text file
58
TYPE        - displays the contents of a text file
59
VER         - displays the DOS version
59
VER         - displays the DOS version
Line 65... Line 65...
65
 
65
 
66
Installing SvarCOM requires to either copy it to the root of your boot drive
66
Installing SvarCOM requires to either copy it to the root of your boot drive
67
replacing your current COMMAND.COM, or adding a SHELL directive to your
67
replacing your current COMMAND.COM, or adding a SHELL directive to your
68
CONFIG.SYS file to instruct DOS that it should load SvarCOM as its shell, eg.:
68
CONFIG.SYS file to instruct DOS that it should load SvarCOM as its shell, eg.:
69
 
69
 
70
  SHELL=C:\SVARCOM\COMMAND.COM
70
  SHELL=C:\SVARCOM\COMMAND.COM /P
71
 
71
 
72
Some DOSes support a SHELLHIGH directive that loads the shell in high memory.
72
Some DOSes support a SHELLHIGH directive that loads the shell in high memory.
73
It is pointless to use it to load SvarCOM. SvarCOM will load its resident part
73
It is pointless to use it to load SvarCOM. SvarCOM will load its resident part
74
as high as possible on its own.
74
as high as possible on its own, enforcing this through SHELLHIGH could even
-
 
75
be harmful since SvarCOM wouldn't be able to relocate to the highest address
-
 
76
as it would be allocated by SHELLHIGH already.
75
 
77
 
76
SvarCOM supports multiple languages. To enable SvarCOM using them it is
78
SvarCOM supports multiple languages. To enable SvarCOM using them it is
77
necessary to define an NLSPATH environment variable that would point to a
79
necessary to define an NLSPATH environment variable that would point to a
78
directory and copy the SVARCOM.LNG file there. Once done, SvarCOM will try
80
directory and copy the SVARCOM.LNG file there. Once done, SvarCOM will try
79
loading whatever language is being set up in the LANG environment variable.
81
loading whatever language is being set up in the LANG environment variable.