Wiper Does not work on any Raid Array, keep this in mind.
I've tried to schedule wiper to run weekly (at Sunday night in my case), but it seems like it requires user to press Y anyway and doesn't run automatically without interaction. I've tried to find solution here on the forum, but didn't find it (hm, did I just miss it?). So after some research I've found pretty straightforward way to run it using VBScript. The method has several limitations but maybe it will be ok for someone. It requires user to be logged on (i.e. it will not work in the background). Works ok in Windows XP, didn't try on others.
1. Create Wiper.vbs with the following text:
Change the path to wiper accordingly.Code:Dim WShell: Set WShell = WScript.CreateObject("WScript.Shell") WShell.Run "c:\wiper.exe" WScript.Sleep 100 WShell.SendKeys "y"
2. Win+R -> Tasks.
3. Drag your Wiper.vbs file into Tasks folder, open task properties and set necessary schedule.
I also cleared all check boxes on the Settings tab and enabled "Run only if logged on" on the Task tab.
Pre patched wiper 0525 with no need to hit Y anymore...http://dl.dropbox.com/u/920660/wiper_0525_patched.zip


. It requires user to be logged on (i.e. it will not work in the background). Works ok in Windows XP, didn't try on others.
Reply With Quote


Bookmarks