mandel@1: @echo off mandel@1: IF EXIST %1 GOTO exit mandel@1: MKDIR %1 mandel@1: :exit