選択したテキストをメモ帳++からブラウザ(クロム)に渡すことは可能ですか? TEMP_FILE へのパスではなくコンテンツを渡すには?
//—need a correction—
set ChromeRun = C:\Documents and Settings\My\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
set TEMP_FILE = $(SYS.TEMP)\npp_sel.txt
// save current selection as ANSI text file
SEL_SAVETO $(TEMP_FILE) :a
// run Chrome.exe for this file
$(ChromeRun) –-homepage $(TEMP_FILE)
このスクリプトで私を助けてくれませんか