puttestcode.bat
来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· Batch 代码 · 共 10 行
BAT
10 行
@echo off
rem PutTestCode.bat
rem Converts ASCII test files from the OPX component to ER6 OPL format,
rem then copies them to C:\Documents\ on the emulator.
if not exist "\EPOC32\wins\c\documents" md "\EPOC32\wins\c\documents"
call opltran -conv \opx\Data\Data.txh -o\epoc32\wins\c\documents\ -q
call opltran -conv \opx\Data\DData.tpl -o\epoc32\wins\c\documents\ -q
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?