Answers for "How to run batch file and dellete it"

1

How to run batch file and dellete it

@echo off
set mypath=%cd%
start %mypath%\filename here 
del %mypath%\batcfilename.bat
exit
Posted by: Guest on November-01-2020

Code answers related to "How to run batch file and dellete it"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language