Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
carlos
- Expert
- Posts: 503
- Joined: 20 Aug 2010 13:57
- Location: Chile
-
Contact:
#1
Post
by carlos » 17 Nov 2013 23:25
Hello. I found tha rmdir accept two more parameters that are not documented in the rd or rmdir:
But it are not useful. And the means of it depends of we specify alone or both and the order.
this is the equivalence:
Code: Select all
/-S = /S
/-Q = /Q
/-S /Q = /S
/-S /-Q = /S
/S /-Q = /S /Q
/Q /-S = /Q /S
/-Q /-S = none parameter
/-Q /S = none parameter
But, this undocumented parameters not add a new useful feature.
-
trebor68
- Posts: 146
- Joined: 01 Jul 2011 08:47
#2
Post
by trebor68 » 20 Nov 2013 14:44
In Win XP parameter /-S or /-Q are not possible for internal commands RD or RMDIR.
I think that this parameter are work with a predefineted variable.
See also the commands DIR or COPY with the variable DIRCMD or COPYCMD.