Force close batch file DOS window

  • Thread starter Thread starter Orlando Calderon
  • Start date Start date
O

Orlando Calderon

I'm runnig a batch file that executes MS Access. The
problem is that the DOS Window remains open until manually
close or the Access session is closed.
I tried: Exit, cls at the end of the batch without sucess.
Is there a way to close the DOS window
automatically/programmatically????
 
Orlando Calderon said:
I'm runnig a batch file that executes MS Access. The problem is that the
DOS Window remains open until manually close or the Access session is
closed. I tried: Exit, cls at the end of the batch without sucess. Is
there a way to close the DOS window automatically/programmatically????

Use the START command to run Access.

HTH,

Bill
 
Back
Top