Is there any type of tutorial to help out with using this thing? Like I said i'm a little fuzzy on CMD prompt.
First of all, find out what comport your cable is using. lets say it uses port 1.
press start, write CMD in the searchline at the bottom, press the enter button.
This opens the command window. Now, lets say your folder with me7 files are located at your desktop, and you renamed it "ME7" to make things simpler... type "cd desktop" - press enter- "cd ME7", this should put you in the right map to start the program.
Tell the program what you would like it to do for you.. lets say you want to read your eeprom in bootmode.
write "me7_95040 --bootmode -r -p 1 95040.bin"
This means: start program me7_95040 --the ECU is in bootmode -read eeprom -cable uses port 1 save as 95040.bin
If you read thru OBD swap the --bootmode with OBD (capitol letters), and if you want to write files to the eeprom, simply swap the -r with -w (write).
In bootmode you need to ground the right pin on the ECU to put it in bootmode.
Thats as straight forward as I can explain it.