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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -