huanglintongea1.bat
来自「嵌入式软件运行在手机上的打包方法 希望帮助你学习」· Batch 代码 · 共 34 行
BAT
34 行
@rem ***************************************************************
@rem ** Copyright (c) 2002-2003 Motorola, Inc. All rights reserved.
@rem **
@rem ** makeBounceEA1.bat
@rem **
@rem ** This script compiles one of the demo MIDlets.
@rem **
@rem ** Command Line Parameters:
@rem ** - Emulator to make demo against default is "EmulatorA.1"
@rem **
@rem **
@rem ** Assumptions:
@rem ** - This script is invoked from the source directory
@rem ** - Java 1.2 compiler can be invoked:
@rem ** + javac.exe is on the PATH
@rem **
@rem ** Results:
@rem ** - The demo midlet is compiled and put in a JAR
@rem **
@rem **
@rem ***************************************************************
@echo off
@echo Removing old targets...
del *.class > NUL
del *.jar > NUL
cd ..\..\..\..\..\scripts
call makeOneEA1 bounce %1
cd ..\com\mot\j2me\midlets\bounce
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?