행위

SQLKey

DB CAFE

Dbcafe (토론 | 기여)님의 2024년 6월 11일 (화) 23:57 판 (새 문서: <source lang=autoit> Func _EditKeyList() _DebugPrint("notepad.exe " & $sKeyListFile) Run("notepad.exe " & $sKeyListFile) EndFunc </source>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
thumb_up 추천메뉴 바로가기



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