ProjSysgen.bat
资源名称:RegFlush.zip [点击查看]
上传用户:gl1234
上传日期:2022-08-02
资源大小:156k
文件大小:1k
源码类别:
Windows CE
开发平台:
C/C++
- @REM
- @REM Copyright (c) Microsoft Corporation. All rights reserved.
- @REM
- @REM
- @REM Use of this source code is subject to the terms of the Microsoft end-user
- @REM license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
- @REM If you did not accept the terms of the EULA, you are not authorized to use
- @REM this source code. For a copy of the EULA, please see the LICENSE.RTF on your
- @REM install media.
- @REM
- if /i not "%1"=="preproc" goto :Not_Preproc
- goto :EOF
- :Not_Preproc
- if /i not "%1"=="pass1" goto :Not_Pass1
- goto :EOF
- :Not_Pass1
- if /i not "%1"=="pass2" goto :Not_Pass2
- goto :EOF
- :Not_Pass2
- if /i not "%1"=="report" goto :Not_Report
- goto :EOF
- :Not_Report
- echo %0 Invalid parameter %1