The following small batch file (password.bat) is executed by double clicking on the file from Windows Explorer. It runs, but doesn’t close. Is there a DOS command that will close the DOS window and allow the user to continue on in Windows. I’ve tried a number of options but with no success.
@echo off
del c:\win95\*.pwl
exit