Answers for "Delete the executing batch file"

1

batch remove file

del "path"
Posted by: Guest on August-24-2021
0

how to self delete a batch file

@echo off 
del %0
Posted by: Guest on September-19-2021
0

Delete the executing batch file

^(goto^) 2^>1 ^& del "%%~f0"
Posted by: Guest on January-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language