Can you close a DOS window in Win95/98? - TechRepublic
General discussion
September 20, 2000 at 04:10 AM
archer.schultz

Can you close a DOS window in Win95/98?

by archer.schultz . Updated 25 years, 8 months ago

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

This discussion is locked

All Comments