今回なんですが、以前紹介したChromeユーザ必見!!!の第二弾である、vbsを使ってアプリケーションを起動させる方法を紹介していきます。 ★VBSを使ってアプリケーションを起動させる メモ帳を開き以下のソースコードを記述します。 Option Explicit Dim 変数 ...
引数の文字列のSが大文字でも小文字でも動くけど 悩む時間が無駄なので、どっちが正しいのかはっきりさせたい CreateObject("WScript.shell") CreateObject("Wscript.shell") そもそもこの関数は、何をしているのか WindowsScriptHostのCOMオブジェクトのインスタンスを作成して ...
I want to delete the "MenuOrder" registry key at logon with a VBScript... below is what i tried... it doesn't work..so does anyone know what the script should be to do this?<BR><BR><BR><BR> Set ...
Heyo,<BR><BR>I have a VBScript that opens a command prompt, and does some stuff. As part of some error checking I want to use the AppActivate method to give focus to ...