Horje
How to run batch file and dellete it Code Example
How to run batch file and dellete it
@echo off
set mypath=%cd%
start %mypath%\filename here 
del %mypath%\batcfilename.bat
exit  




Shell

Related
stop minikube Code Example stop minikube Code Example
install php7.4 curl Code Example install php7.4 curl Code Example
vue install Code Example vue install Code Example
how to stop psql in linux Code Example how to stop psql in linux Code Example
psycopg2 error install Code Example psycopg2 error install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15