ProjSysgen.bat
上传用户:gl1234
上传日期:2022-08-02
资源大小:156k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. @REM
  2. @REM Copyright (c) Microsoft Corporation.  All rights reserved.
  3. @REM
  4. @REM
  5. @REM Use of this source code is subject to the terms of the Microsoft end-user
  6. @REM license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. @REM If you did not accept the terms of the EULA, you are not authorized to use
  8. @REM this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. @REM install media.
  10. @REM
  11. if /i not "%1"=="preproc" goto :Not_Preproc
  12.     goto :EOF
  13. :Not_Preproc
  14. if /i not "%1"=="pass1" goto :Not_Pass1
  15.     goto :EOF
  16. :Not_Pass1
  17. if /i not "%1"=="pass2" goto :Not_Pass2
  18.     goto :EOF
  19. :Not_Pass2
  20. if /i not "%1"=="report" goto :Not_Report
  21.     goto :EOF
  22. :Not_Report
  23. echo %0 Invalid parameter %1