Saved Bookmarks
| 1. |
Solve : Make a batch file delete in exit a.k.a when you press X on top right of screen? |
|
Answer» Is it even possible to make a batch file delete self when you exit USING the big x on the top right of the SCREEN? Is it even possible to make a batch file delete self when you exit using the big x on the top right of the screen? Can a man commit SUICIDE after he has been KILLED by lightning? Ok i get it it cant be done Quote from: millergram on January 29, 2011, 04:00:45 PM Ok i get it it cant be done The problem is that when you click the X you interrupt the batch script before it finishes so that it cannot execute a line containing a command to delete itself. |
|