home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FVOTE_32.ZIP / RESET.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-12-09  |  307 b   |  15 lines

  1. @echo off
  2. echo.
  3. echo This will erase all the questions!
  4. echo Ya sure ya want to do that?
  5. echo press enter twice to procceed or CTRL-C to quit
  6. pause
  7. pause
  8. del freevote.qst > freevote.tmp
  9. del freevote.usr > freevote.tmp
  10. del freevote.tmp
  11. echo.
  12. echo Done! FrEevOtE is now RESET and ready to go!
  13.  
  14.  
  15.