run_xampp.bat
I am making new run_xampp.bat. The new code can be stop MSSQL server and IIS also. Sometime, we can't run apaceh because of MSSQL service. So, we need to stop it or we need to change apaceh port. I choice to stop MSSQL service because I just use MySQL. Ok... This is my new code
iisreset.exe/stop
net stop IISADMIN
net stop MSSQLSERVER
net stop MSSQLServerOLAPService
net stop MsDtsServer100
net stop SQLWriter
net stop ReportServer
C:\xampp\xampp_start.exe