Monday, November 22, 2010

Create RUN RS.bat help?

Hi i would like to know how to create my own .bat file to boot my iPod touch 2g jailbroken from my comp.



i need the .bat to change directory to iRecovery_SVN and than have it type in irecovery -s and than have it type RUN RS



i know its really easy to do this manually but im lazzzyCreate RUN RS.bat help?
1.Open Notepad. Type



@echo off

cd c:\iRecovery_SVN

irecovery -s

RS

cls





*** Where it says cd c:\iRecovery_SVN you will need to put the full path in there, ie say its in Program files then you'll have to type cd c:\Progra~1\iRecovery_SVN etc...



2. Save file AS %26gt;%26gt; All Files %26gt;%26gt; nameoffile.bat

No comments:

Post a Comment