home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / dtp / pcproof / reset.bat < prev    next >
DOS Batch File  |  1995-10-31  |  415b  |  13 lines

  1. @echo off
  2. ECHO This command resets PC-Proof if PC-Proof did not quit normally.
  3. ECHO You must make sure that PC-Proof is not being used before using RESET!
  4. ECHO You must switch to the directory where PC-Proof is installed.
  5. pause
  6. if NOT exist PCPROOF.EXE goto error
  7. del PCPROOF.net
  8. ECHO PC-Proof has been reset.
  9. goto END
  10. :error
  11. ECHO ERROR - PC-Proof was not reset, switch to the PC-Proof directory.
  12. :end
  13.