Subversion Repositories SvarDOS

Rev

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

Rev 1024 Rev 1045
Line 48... Line 48...
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 or files
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
TYPE        - displays the contents of a text file
54
TYPE        - displays the contents of a text file
54
VER         - displays the DOS version
55
VER         - displays the DOS version
55
VERIFY      - tells DOS whether to verify that files are written correctly
56
VERIFY      - tells DOS whether to verify that files are written correctly
56
VOL         - displays the disk volume label and serial number
57
VOL         - displays the disk volume label and serial number
57
 
58