Published
- 1 min read
How to run batch file and dellete it
The solution for this is noted below
How to run batch file and dellete it
Solution
@echo off
set mypath=%cd%
start %mypath%\filename here
del %mypath%\batcfilename.bat
exit
Try other methods by searching on the site. That is if this doesn’t work