gettestcode.bat

来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· Batch 代码 · 共 8 行

BAT
8
字号
@echo off
rem GetTestCode.bat
rem Converts ER6 OPL format test files from the emulator,
rem then copies them to \opx\ locations

call opltran -conv \epoc32\wins\c\documents\Data.oxh -o\opx\data\ -q
call opltran -conv \epoc32\wins\c\documents\DData. -o\opx\data\ -q

⌨️ 快捷键说明

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