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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -