tcatz.tpl

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

TPL
22
字号
rem tCatz.tpl
rem Crystal MediaServer OPX defect reported by FatCatz.
rem

DECLARE EXTERNAL
INCLUDE "MediaServerOpx.oxh"

proc sound:
	GLOBAL gBgStatus&,sound$(255)
	sound$="c:\documents\tmediaserver\tplay.wav"
	CreateFilePlayerSimpleA:(Sound$,gbgstatus&)
	iowaitstat32 gbgstatus&
	filesetvolume:(200)
	playfileA:(gbgstatus&)
	print "sound playing"
	print "Don't press a key until you see the word END"
	pause -100 rem this is the killer
	print "END"
	get
	print "You never see this. The runtime hangs on the GET"
endp

⌨️ 快捷键说明

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