⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nvm_config.bat

📁 GSM手机设计软件代码
💻 BAT
字号:
@if x%_4ver% == x goto Need4NT
@if NOT ISDIR %GSMDIR%\ms\config\nvm\ goto NONEXISTENTDIR
 
@PUSHD %GSMDIR%\ms\config\nvm\
@echo ON
@iff %1 == -h then 
	@goto HOW2USE
@elseiff x%1 == x then
	@echo --- invoking pctm in script mode
	@rem use default script (currently C-Sample) for pctm
	@rem need to have clearcase context to make this work
	%GSMDIR%\..\l1_release\util\Tools\pctm\pctm.exe -ccbq -f .\script\dsample
@else
	@echo --- invoking pctm in script mode
	@rem use 1st prameter as script pathname for pctm
	%GSMDIR%\..\l1_release\util\Tools\pctm\pctm.exe -ccbq -f %1
@endiff

@goto END

:Need4NT
@echo "Error: 4DOS or 4NT is needed
@goto END

:NONEXISTENTDIR
@echo Error whilst executing nvm_config: need directory %GSMDIR%\ms\config\nvm\
@quit

:HOW2USE
@text
nvm_config         : Configure Non-Volatile Memory (NVM)
Usage              : nvm_config | nvm_config -h | nvm_config <ScriptFileName>
  -h               : this output - help
  <ScriptFileName> : absolute pathname including drive specification of script which is used 
                     to run PCTM commands; 
                     omitting <ScriptFileName> leads to use of default script for default HW
Example            : nvm_config
endtext

:END 
@POPD

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -