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

  1. @if "%_echo%" == "" echo off
  2. if "%_ntbindir%"=="" goto exit
  3. echo This cmd file created the proper subdirectories to build a cab
  4. if not exist %_ntbindir%\drop md %_ntbindir%\drop
  5. if not exist %_ntbindir%\drop\retail md %_ntbindir%\drop\retail
  6. if not exist %_ntbindir%\drop\retail\cabs md %_ntbindir%\drop\retail\cabs
  7. if not exist %_ntbindir%\drop\retail\cabs\mailnews md %_ntbindir%\drop\retail\cabs\mailnews
  8. :exit