2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WindowsでVBSをスケジューラ化する

Posted at

###背景
毎日1回ファイルを確認してメイン処理の判断をさせたかった

しかし直接VBSファイルを指定しても起動しませんでした

image.png
※写真はbatを指定していますが、これでもうまくいきませんでした

###うまくいかない場合(うまくいく場合もある?)

  • batファイルからVBScriptを実行
    直接VBSを指定せずに、batを作成してそれを指定します
     参考記事には、batの中にVBSのフルパスを書くだけとありますが、
     私の場合はうまく行かず、cscript VBSのフルパスと書きました。

  • 「開始(オプション)」にパスを設定
     今回の場合はC:\Users\e256654\Desktop\rpa\overwork\を指定します

上記の作業をすると、やっと動きました!
なんでスクリプトを直で叩けないんだろうね。。。

今どきbatなんて、、、ましてやPowerShellはもっと覚える気もない

参考記事

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?