Hi everyone,
When I try to run the batch file for a Sprint HTC hero, I get the attached messages:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd c:hero
The system cannot find the path specified.
C:\Windows\system32>cd c:\1.2-hero-recovery
c:\1.2-hero-recovery>install-recovery-cdma-windows.bat
c:\1.2-hero-recovery>./adb-windows push asroot2 /data/local/
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell chmod 0755 /data/local/asroot2
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell /data/local/asroot2 /system/bin/sh
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell mount -o remount,rw -t yaffs2 /dev/bloc
k/mtdblock3 /system
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell cd /system/bin
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell cat sh 1>su
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell chmod 4755 su
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows push recovery-RA-heroc-v1.5.2.img /sdcard/
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>./adb-windows shell flash_image recovery /sdcard/recovery-R
A-heroc-v1.5.2.img
'.' is not recognized as an internal or external command,
operable program or batch file.
c:\1.2-hero-recovery>
Any idea why?