Is it OK to use indentation in Windows batch files? -


is style ok, or each line must started line 1st position? not impact on execution, readability.

if not exist "%aaa%" (     %%f in (*.*) (         echo copying %%f         copy %%f "%aaa%" > nul     ) ) 

it's not okay, preferred.


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

php - Get process resource by PID -