I create batch file like this in Windows7 but it can't delete file.
echo y | DEL autorun.inf
echo y | DEL autorun.ini
when I run this code it show like this but not delete any file.
N:>echo y | DEL autorun.inf N:\autorun.inf*, Are you sure (Y/N)? y
N:>echo y | DEL autorun.ini N:\autorun.ini*, Are you sure (Y/N)? y
It seem type yes but not enter
How to auto answer yes in batch file.