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