Subversion Repositories SvarDOS

Rev

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

Rev 1090 Rev 1095
Line 142... Line 142...
142
# REN / RENAME
142
# REN / RENAME
143
25.0:Renames one or more files or directories.
143
25.0:Renames one or more files or directories.
144
25.1:RENAME [drive:][path]oldname newname
144
25.1:RENAME [drive:][path]oldname newname
145
25.2:REN [drive:][path]oldname newname
145
25.2:REN [drive:][path]oldname newname
146
25.3:Note that you cannot specify a new drive or path for newname.\r\nUse MOVE to move files from one directory to another.
146
25.3:Note that you cannot specify a new drive or path for newname.\r\nUse MOVE to move files from one directory to another.
147
25.4:Wildcards may be used to rename a set of files or directories.
-
 
148
 
147
 
149
# REM
148
# REM
150
26.0:Records comments (remarks) in a batch file.
149
26.0:Records comments (remarks) in a batch file.
151
26.1:REM [comment]
150
26.1:REM [comment]
152
 
151