I have a batch file that tests to see if a file exists. After that, it has to pause.
But pause is not working for some reason.
Any help please. thanks much
if exist C:\autoexec.bat ECHO Folder C:\autoexec.bat exists PAUSE Pause works at command prompt.
The file exists for sure. But I can't see Echo as well as Pause The screen just disappears once I run the .bat file
pauseat the command prompt)?