How to run batch file and dellete it

C++
@echo off
set mypath=%cd%
start %mypath%\filename here 
del %mypath%\batcfilename.bat
exit  
Source

Also in C++: