YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* VBScript [#ia3ccc6a]
** 外部プログラムの実行 [#xc8b9105]
arg = "%USERPROFILE%\Documents\tmp\test.txt"
CreateObject("WScript.Shell").Run "notepad.exe " & arg, ...
終了行:
* VBScript [#ia3ccc6a]
** 外部プログラムの実行 [#xc8b9105]
arg = "%USERPROFILE%\Documents\tmp\test.txt"
CreateObject("WScript.Shell").Run "notepad.exe " & arg, ...
ページ名: