5 lines
298 B
Plaintext
5 lines
298 B
Plaintext
|
|
' posimai-scribe diary-server 自動起動スクリプト
|
||
|
|
' ウィンドウを表示せずに Node サーバーをバックグラウンド起動する
|
||
|
|
Set WshShell = CreateObject("WScript.Shell")
|
||
|
|
WshShell.Run "node C:\Users\maita\posimai-project\tools\posimai-scribe\src\diary-server.js", 0, False
|