VBScript loop files in folder and kill proces -
Hello I am new to VBScript, I want to create a loop, but how can I not find it?
I should loop the script through all files in a folder al: 0001.ifc, 0002.ifc, etc.
The script requires 0001. Opening the open, waiting to load, kill a screenshot, process and start with 0002.ifc file.
CreateObject ("WScript.Shell"). Run ("" "C: \ 0001.ifc" "") WScript 20000 WshShell.SendKeys "^ {F11}" 'kill process Solibri model tester v9.5.exe, I also have to find out Can anyone help me? Or point me to a website with tutorials for it?
Comments
Post a Comment