home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 7 / CD-ROM Now 7.iso / dosprogs / roomer3 / r3demo.shr / FORGET.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-04-29  |  311 b   |  14 lines

  1. echo off
  2. if exist config.inf erase config.inf
  3. if exist r3pass.inf erase r3pass.inf
  4. if R%1 == RALL goto FALL
  5. if R%1 == Rall goto FALL
  6. echo ROOMER3 Settings Forgotten
  7. GOTO Done
  8. :FALL
  9. if exist config.bak erase config.bak
  10. if exist r3pass.bak erase r3pass.bak
  11. echo All ROOMER3 Settings Forgotten
  12. :Done
  13.  
  14.