以下の内容はhttps://blog.systemjp.net/entry/2019/10/15/112234より取得しました。


VBSで作業ディレクトリを指定してプログラムを実行

Option Explicit
Dim wShell
Set wShell = CreateObject("WScript.Shell")
wShell.CurrentDirectory = "c:\Program Files\example"
' 実行プログラムの指定はダブルクォーテーションでくくる
wShell.Run """c:\Program Files\example\program.exe""",1,TRUE



以上の内容はhttps://blog.systemjp.net/entry/2019/10/15/112234より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14