home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 September / PCpro_2006_09.ISO / dosapps / testdisk / testdisk.bat < prev    next >
Encoding:
DOS Batch File  |  2005-11-16  |  173 b   |  6 lines

  1. @echo off
  2. echo "This batch will run testdisk.exe /debug /log"
  3. echo "The log file testdisk.log will be created in the current directory."
  4. pause
  5. testdisk.exe /debug /log
  6.