stop user feedback to copy command in batch file -


i use following batch command copy file

@copy /y app_offline_template.htm app_offline.htm 

however gives feedback in batch file user eg. 1 file copied etc.

is there switch prevent this?

@copy /y app_offline_template.htm app_offline.htm > nul 

Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -