Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
424 B

@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