행위

"SQLKey"의 두 판 사이의 차이

DB CAFE

(새 문서: <source lang=autoit> Func _EditKeyList() _DebugPrint("notepad.exe " & $sKeyListFile) Run("notepad.exe " & $sKeyListFile) EndFunc </source>)
(차이 없음)

2024년 6월 11일 (화) 23:57 판

thumb_up 추천메뉴 바로가기



Func _EditKeyList()
	_DebugPrint("notepad.exe " & $sKeyListFile)
	Run("notepad.exe " & $sKeyListFile)
EndFunc