Close the batch file after executing a program
Scribbled on Sunday, January 13th, 2008Lets say you want to start a program in windows using batch file but you don’t want to let your user see the batch file running in background alongwith the program it executed.So here is the nifty solution to this problem:
Problem: Run MSPaint using batch file and close the batch file as soon as MSPaint runs