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
Post a Comment