User Tools

Site Tools


windows:scripts:batch_if_else

Batch Script If/Else

If File Exists

if exist "PATH" (
    goto end
) else (
    goto install
)
 
:end
...
:install
...
windows/scripts/batch_if_else.txt · Last modified: 2015/01/29 10:06 by tschulz