Problem is the bat file deleted all root files from my E:\ drive . No folders were affected.
That is completely bizarre...
The only ref to deletion of any files in a 'temp' directory is for a file it (the script) creates itself:
del %temp%\TEMPmessage.vbs
This version has it commented out (in two locations). Does it still happen with it?
https://cdn.stardock.us/support/uploads/Purge_StartALLTest.zip
If so, are the removed files actually in your recycle bin?
Sean Drohan
Stardock Support Manager
There are no files in the recycle bin.
As I said before it is the root files in my E: drive that got deleted. I executed the purge bat from E:\Temp folder
Its as if a Del E:\*.* command was executed
I commented out several commands in the bat file and the problem does not happen. Everything between
::Remove program files and :CLean start menu
rem IF EXIST "%S11installpath64%\*.*" del "%S11installpath64%\*.*" /q
rem IF EXIST "%S11installpath64%" RMDIR "%S11installpath64%" /s /q
rem IF EXIST "%S11installpath32%\*.*" del "%S11installpath32%\*.*" /q
rem IF EXIST "%S11installpath32%" RMDIR "%S11installpath32%" /s /q
rem IF EXIST "%S10installpath64%\*.*" del "%S10installpath64%\*.*" /q
rem IF EXIST "%S10installpath64%" RMDIR "%S10installpath64%" /s /q
rem IF EXIST "%S10installpath32%\*.*" del "%S10installpath32%\*.*" /q
rem IF EXIST "%S10installpath32%" RMDIR "%S10installpath32%" /s /q
rem IF EXIST "%S8installpath64%\*.*" del "%S8installpath64%\*.*" /q
rem IF EXIST "%S8installpath64%" RMDIR "%S8installpath64%" /s /q
rem IF EXIST "%S8installpath32%\*.*" del "%S8installpath32%\*.*" /q
rem IF EXIST "%S8installpath32%" RMDIR "%S8installpath32%" /s /q
rem IF EXIST "%S10defultpath64%\*.*" del "%S10defultpath64%\*.*" /q
rem IF EXIST "%S10defultpath64%" RMDIR "%S10defultpath64%" /s /q
rem IF EXIST "%S10defultpath32%\*.*" del "%S10defultpath32%\*.*" /q
rem IF EXIST "%S10defultpath32%" RMDIR "%S10defultpath32%" /s /q
rem IF EXIST "%S8defultpath64%\*.*" del "%S8defultpath64%\*.*" /q
rem IF EXIST "%S8defultpath64%" RMDIR "%S8defultpath64%" /s /q
rem IF EXIST "%S8defultpath32%\*.*" del "%S8defultpath32%\*.*" /q
rem IF EXIST "%S8defultpath32%" RMDIR "%S8defultpath32%" /s /q
::CLean start menu