Subversion Repositories SvarDOS

Rev

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

Rev 1045 Rev 1069
Line 44... Line 44...
44
PATH        - displays or sets a search path for executable files
44
PATH        - displays or sets a search path for executable files
45
PAUSE       - suspends processing of a batch program
45
PAUSE       - suspends processing of a batch program
46
PROMPT      - changes the DOS command prompt
46
PROMPT      - changes the DOS command prompt
47
RD/RMDIR    - removes (deletes) a directory
47
RD/RMDIR    - removes (deletes) a directory
48
REM         - records comments (remarks) in a batch file or CONFIG.SYS
48
REM         - records comments (remarks) in a batch file or CONFIG.SYS
49
REN/RENAME  - renames a file or files
49
REN/RENAME  - renames a file, a set of files or a directory
50
SET         - displays, sets or removes DOS environment variables
50
SET         - displays, sets or removes DOS environment variables
51
SHIFT       - changes the position of arguments in a batch file
51
SHIFT       - changes the position of arguments in a batch file
52
TIME        - displays or sets the system time
52
TIME        - displays or sets the system time
53
TRUENAME    - returns a fully qualified path or filename
53
TRUENAME    - returns a fully qualified path or filename
54
TYPE        - displays the contents of a text file
54
TYPE        - displays the contents of a text file