hi guys,
i can't to get it to work,
for /F "tokens=1*" %%i in (%File_dbname%) do (
REM
REM
REM
IF NOT EXIST alert_%%.log echo no new alert_%%A.log generated>> %output-file%
)
basically is when it loop through the list of files (which is dynamically) and if that particular files is not found, it will says that particular log is not generated yet.
please help.