Check if process is running or not Javascript in HTA
Budget: $10 – $30 USD
I am looking for a developer who can help me create a script in JavaScript for an HTA application on Windows. The script should be able to check if multiple processes are running or not. Here are the specific requirements for this project:
Operating System: Windows
- The script should be compatible with Windows operating system.
Process Check: Multiple processes
- The script should be able to check the status of multiple processes.
Overall, I am looking for a skilled JavaScript developer who is familiar with HTA applications and can create a script to check the status of multiple processes on a Windows system.
exsample
var shell = new ActiveXObject("WScript.Shell");
var chromeCommand = "tasklist /nh /fi \"imagename eq notepad.exe\" | find /i \"notepad.exe\""
shell.run(chromeCommand);
if notepad is running do this xyz
this shoud be in loop
Operating System: Windows
- The script should be compatible with Windows operating system.
Process Check: Multiple processes
- The script should be able to check the status of multiple processes.
Overall, I am looking for a skilled JavaScript developer who is familiar with HTA applications and can create a script to check the status of multiple processes on a Windows system.
exsample
var shell = new ActiveXObject("WScript.Shell");
var chromeCommand = "tasklist /nh /fi \"imagename eq notepad.exe\" | find /i \"notepad.exe\""
shell.run(chromeCommand);
if notepad is running do this xyz
this shoud be in loop