Resolved! Error using command in Deployment
I am trying to run a command line in a depoyment as a step to see if an application is running. The command line is below:tasklist /FI "IMAGENAME eq saplogon.exe" | find /I /N "saplogon.exe"If it finds the file is running it will return an errorlevel...