Batch file could not be found
Posted: 04 Jun 2018 09:14
Hi, I am trying to execute the below batch file but not sure why I keep getting the error "The batch file cannot be found".
How to fix this error? Could you please help where I am doing wrong?
Code: Select all
@echo on &setlocal
setlocal ENABLEDELAYEDEXPANSION
SETLOCAL ENABLEEXTENSIONS
set PPI="C:\PPI"
%PPI%\ppi.exe -c %PPI%\vce.conf -e "Domain=sam;Severity=MAJOR;FreeText=https://google.com;EvtClass=Evolven_Alert;Class=NT_OS;DateTime=may 30 2018" -w "c:\ppi"
break