2022-11-13から1日間の記事一覧

powershell - base script

<config.json> { "dbServer": "dmyServer", "database": "dmyDb", "user": "hogeUser", "password": "hogePassword", "timeout": 300, "url": "http:xxx.xxx.xx" } rem <execute.bat> echo off echo start execute.bat rem ======================================== rem [script 実行]</execute.bat></config.json>…