home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- echo This will erase all the questions!
- echo Ya sure ya want to do that?
- echo press enter twice to procceed or CTRL-C to quit
- pause
- pause
- del freevote.qst > freevote.tmp
- del freevote.usr > freevote.tmp
- del freevote.tmp
- echo.
- echo Done! FrEevOtE is now RESET and ready to go!
-
-
-