Shell/Bash: how to run batch file and dellete it Example
Shell/Bash Example: This is the "how to run batch file and dellete it" Example. compiled from many sources on the internet by SimpleTutorials.org
How to run batch file and dellete it
@echo off set mypath=%cd% start %mypath%\filename here del %mypath%\batcfilename.bat exit
* Summary: This "how to run batch file and dellete it" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!