Subversion Repositories SvarDOS

Rev

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

Rev 1056 Rev 1057
Line 136... Line 136...
136
24.0:Removes (deletes) a directory
136
24.0:Removes (deletes) a directory
137
24.1:RMDIR [drive:]path
137
24.1:RMDIR [drive:]path
138
24.2:RD [drive:]path
138
24.2:RD [drive:]path
139
 
139
 
140
# REN / RENAME
140
# REN / RENAME
141
25.0:Renames a file or a set of files
141
25.0:Renames a file, a set of files or a directory
142
25.1:RENAME [drive:][path]filename1 filename2
142
25.1:RENAME [drive:][path]filename1 filename2
143
25.2:REN [drive:][path]filename1 filename2
143
25.2:REN [drive:][path]filename1 filename2
144
25.3:Note that you cannot specify a new drive or path for filename2.\r\nUse MOVE to rename a directory, or to move files from one directory to another.
144
25.3:Note that you cannot specify a new drive or path for filename2.\r\nUse MOVE to move files from one directory to another.
145
25.4:Wildcards may be used to rename a set of files.
145
25.4:Wildcards may be used to rename a set of files.
146
 
146
 
147
# REM
147
# REM
148
26.0:Records comments (remarks) in a batch file or CONFIG.SYS
148
26.0:Records comments (remarks) in a batch file or CONFIG.SYS
149
26.1:REM [comment]
149
26.1:REM [comment]