-1
アプリケーションを開いて設定したスポットをクリックしてアプリが動作するようにするVBスクリプトを作成しようとしていますが、15分後にプログラムは終了しますが、どのようにそれを働かせるかを知ることはできません。タイムラインでのプログラムの実行と終了VBS
私はこれまでのところ、
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "C:\Users\Owner\Downloads\Codin\Codin\Codin.exe"
//Now it doesn't run for some reason, it won't open the program in my downloads?
//right here is where I'd put the script for the clicking on certain areas
//then put the time script above this
Set WshShell = WScript.CreateObject("Wscript.Shell")
WshShell.run "C:\Users\Owner\Downloads\Codin\Codin.bat\\
//The .bat file is to run
@ECHO OFF
TASKKILL /F /IM Codin.exe