It is possible that it only appears for a second or two -- you'd need to be fast!
As I recall Geekmaster once had that happen and fixed it with a bash loop.
In a batch script try:
Code:
:loop
type NUL > E:\\DO_FACTORY_RESTORE
goto loop
It will constantly attempt to create an empty file with the right name on Drive E.