Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

b32 move /Q writes message

Code:
MOVE /[!.git*] /Net /Q /S /MD "S:\base\a\app\adm\*" "S:\base\b\app\adm\"
writes two info messages:
Code:
Removing S:\base\a\app\adm\lang\
Removing S:\base\a\app\adm\
Shouldn't /Ne /Q just keep MOVE quiet?
S: is a mapped net drive
base\a\app\adm\lang has a bunch of subdirs, not just lang - strange that MOVE writes only about subdir lang.
TCMD v16.00.32
edit: I just noticed that the above mentioned dirs are NOT removed, contrary to what the info messages say. All other dirs are removed.
 

Similar threads

Back
Top