opltran.bat
来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· Batch 代码 · 共 12 行
BAT
12 行
@echo off
rem OPLTRAN.BAT -- Unicode build.
rem Copyright (c) 1998-2002 Symbian Ltd. All rights reserved.
rem
rem Last updated 1 January 2002
if not exist %EPOCROOT%epoc32\release\winc\udeb\OplTran.exe goto _help
%EPOCROOT%epoc32\release\winc\udeb\OplTran.exe -e %1 %2 %3 %4 %5 %6 %7 %8 %9
goto _end
:_help
echo Invalid path in environment variable EPOCROOT.
:_end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?