User Tools

Site Tools


windows:scripts:batch_if_else

This is an old revision of the document!


Batch Script If/Else

If File Exists

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