Include Photorec+ update Teskdisk (+Photorec)

Post your suggestions here if there are new features or applications that you would like added to the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

Include Photorec+ update Teskdisk (+Photorec)

#1 Post by Icecube » Sat Feb 16, 2008 3:42 pm

Can you make a menu for Photrec also. It is already included in UBCD.
/dosapps/testdisk

Make a new folder in /dosapps/photorec

startup.bat (/dosapps/photorec/startup.bat)

Code: Select all

cls
%RAMDRV%
mkdir testdisk
cd testdisk
copy %UBCDDRV%\dosapps\testdisk\*.* > nul
photorec /log /debug
photorec.bat (/dosapps/testdisk/photorec.bat)

Code: Select all

@echo off
echo "This batch will run photorec.exe /debug /log"
echo "The log file photorec.log will be created in the current directory."
pause
photorec.exe /debug /log
There is a new version for TestDisk & PhotoRec 6.9 (13 February 2008).

Locked