Subversion Repositories SvarDOS

Rev

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

Rev 1046 Rev 1050
Line 131... Line 131...
131
24.0:Removes (deletes) a directory
131
24.0:Removes (deletes) a directory
132
24.1:RMDIR [drive:]path
132
24.1:RMDIR [drive:]path
133
24.2:RD [drive:]path
133
24.2:RD [drive:]path
134
 
134
 
135
# REN / RENAME
135
# REN / RENAME
136
25.0:Renames a file
136
25.0:Renames a file or a set of files
137
25.1:RENAME [drive:][path]filename1 filename2
137
25.1:RENAME [drive:][path]filename1 filename2
138
25.2:REN [drive:][path]filename1 filename2
138
25.2:REN [drive:][path]filename1 filename2
139
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.
139
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.
-
 
140
25.4:Wildcards may be used to rename a set of files.
140
 
141
 
141
# REM
142
# REM
142
26.0:Records comments (remarks) in a batch file or CONFIG.SYS
143
26.0:Records comments (remarks) in a batch file or CONFIG.SYS
143
26.1:REM [comment]
144
26.1:REM [comment]
144
 
145