Windows2003-3790/inetcore/outlookexpress/setup/mkcabdir.bat
2020-09-30 16:53:55 +02:00

10 lines
424 B
Batchfile

@if "%_echo%" == "" echo off
if "%_ntbindir%"=="" goto exit
echo This cmd file created the proper subdirectories to build a cab
if not exist %_ntbindir%\drop md %_ntbindir%\drop
if not exist %_ntbindir%\drop\retail md %_ntbindir%\drop\retail
if not exist %_ntbindir%\drop\retail\cabs md %_ntbindir%\drop\retail\cabs
if not exist %_ntbindir%\drop\retail\cabs\mailnews md %_ntbindir%\drop\retail\cabs\mailnews
:exit