 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Bob Guest
|
Posted: Mon Aug 02, 2004 1:14 am Post subject: Delete files with yes /no box |
|
|
I'm new at this and I want to do this delete files but ask the users if they want to do it or not with a yes or no msgbox . how would I do it ?
| Quote: | | FileDelete, C:\Documents and Settings\%USERNAME%\Cookies\*.txt, |
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Aug 02, 2004 1:31 am Post subject: |
|
|
Thats ok I got it to work .
| Quote: | MsgBox, 4, , You Sure you want to DELETE your cookies`n`nContinue?
IfMsgBox, No
return
IfMsgBox, Yes
FileDelete, C:\Documents and Settings\%USERNAME%\Cookies\*.txt |
|
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|