zipopl.bat
来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· Batch 代码 · 共 17 行
BAT
17 行
@ECHO OFF
rem Zip all OPL Components for Crystal
rem
rem Copyright (c) Symbian Ltd. 2000. All Rights Reserved.
rem
rem Version 1.00(003) - Last Updated 14 November 2000.
if "%1%"=="" goto no_rubbish
c:\Apps\WinZip\WZZip.exe -ex -r -P "OPLBins (With Debug Files).zip" @OPLFiles.txt
goto done
:no_rubbish
c:\Apps\WinZip\WZZip.exe -ex -r -P "OPLBins (Minimal).zip" -x*.pdb -x*.ilk -x*.lib -x*.obj -x*.bsc @OPLFiles.txt
:done
echo Zipping of files related to OPL completed.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?