Delete program folder on exit

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
newbieforever
Posts: 493
Joined: 24 Aug 2016, 03:34

Delete program folder on exit

28 Dec 2018, 16:12

On exit (e.g. GuiClose with ExitApp) a script should delete the folder where it is located. How to do this?
oif2003
Posts: 214
Joined: 17 Oct 2018, 11:43
Contact:

Re: Delete program folder on exit

28 Dec 2018, 17:18

Saw this on https://stackoverflow.com/questions/160 ... executable
process.start("cmd /c ping localhost -n 3 > nul & del filepath")
exit
replace process.start with whatever command your programming language uses to start programs with arguments

replace filepath with the path to your exe

replace exit with the command for terminating your program
There are other ideas in that thread.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Aqualest, Chunjee, mikeyww, samyo2323, tranht17 and 115 guests