davilla / atvusb-creator

Automatically exported from code.google.com/p/atvusb-creator
27 stars 53 forks source link

Trying to run USB Creator in Windows Vista #265

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded ATV-Win-1.0B11.Zip
2. Unzipped the file
3. Insert USB Drive

What is the expected output? What do you see instead?
I expected to see an exec file to begin the USB Creator in Windows.

Must I used the DOS command? Can I do this in the GUI style?

What version of the product are you using? On what operating system?
Windows Vista - 32 bit
ATV-Win-1.0B11

Please provide any additional information below.

Original issue reported on code.google.com by c0410...@hotmail.com on 19 Feb 2009 at 7:54

GoogleCodeExporter commented 9 years ago
Yes, you will have to use the command prompt, simply because the batch file 
downloads
necessary files in order to create your patchstick.

So extract the folder out of the zip file, then (assuming the atv-win-1.0.b11 
folder
is now on your desktop) open up a command prompt (start > run > cmd).

In the command prompt, type: "cd 
C:\Users\yourusername\Desktop\atv-win-1.0.b11". 
That will switch you to the atv-win-1.0.b11 folder.  Now all you have to do is 
run
the batch file as so: "mk-atv-xbmc-ssh.bat".

Note that if you are patching your Apple TV for the first time, run the ssh 
.bat file.

Original comment by jaymoo...@gmail.com on 27 Feb 2009 at 3:10