起動時に一連のプログラムを開くプログラムの最初のコーディングを試みています
1 つのプログラムに対してこのスクリプトを使用しましたが、VBS コンパイル エラーが発生します。
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("""C:\Program Files (x86)\servicecentser\Run\scguiw32.exe" -
express:dvla.servicecenter.fs.fujitsu.com.12680""")
Set objShell = Nothing
objwindow.document.getElementByID("username").value = "EXAMPLE"
objwindow.document.getElementByID("password").value = "EXAMPLE"