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 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -