Created
May 16, 2017 14:21
-
-
Save chadsten/d05af28ec34c0a2dadd76b822b2bc517 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance force | |
Process, Close, Epicor.exe | |
sleep 200 | |
FileRemoveDir, C:\ProgramData\Epicor\erpapp-808, 1 | |
sleep 200 | |
MsgBox The Epicor cache has been successfully cleared. | |
IfMsgBox OK | |
Run C:\Epicor\ERP10.1Client\Client\Epicor.exe /config=Epicor10.sysconfig | |
ExitApp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment