Title: Dumb question Post by: GatisGirdenis on September 26, 2017, 03:53:48 AM I'm trying to perform an immo off with the ME7 EEPROM programmer, and it reads just fine, but I for the life of it cannot find where is the read file???
Title: Re: Dumb question Post by: adam- on September 26, 2017, 04:22:33 AM Wherever the EXE is and whatever name you gave it.
Title: Re: Dumb question Post by: GatisGirdenis on September 26, 2017, 04:30:07 AM Wherever the EXE is and whatever name you gave it. well that's what I thought would happen, but it didn't. figured out that I should just put a 'C:\' before the bin name and there it was. Title: Re: Dumb question Post by: aef on September 26, 2017, 04:31:15 AM Just run CMD with admin privilegs so it is allowed to write the file to your c drive.
Title: Re: Dumb question Post by: adam- on September 26, 2017, 04:59:23 AM Paste the output of the CMD window.
Title: Re: Dumb question Post by: GatisGirdenis on September 26, 2017, 07:41:37 AM Paste the output of the CMD window. Everything is literally fine, just the file wouldn't show up this way.C:\WINDOWS\system32>C:\dokumenti\me7\me7_95040.exe --OBD -r -p 4 95040.bin Ver: 1.30 Com Port: 4 Baud Rate: 10400 Opening COM4 ... OK Initiating communication ... OK ECU ID response: 022906032AR MOTRONIC ME7.1 G 0004 Reading EEPROM .............................................................. OK File saved Closing COM4 I fixed it by changing it to "me7_95040.exe --OBD -r -p 4 c:\95040.bin", so now I can find the file right under the c: drive The solution found its way! Title: Re: Dumb question Post by: aef on September 26, 2017, 08:04:16 AM Before you did this the file should have been saved here:
C:\dokumenti\me7\ Title: Re: Dumb question Post by: GatisGirdenis on September 26, 2017, 08:27:31 AM Before you did this the file should have been saved here: C:\dokumenti\me7\ I would've guessed so, but it did not. Maybe it has something to do with Windows 10 64-bit, but doubtful. At least I found a work around, which worked fine. :) Title: Re: Dumb question Post by: SB_GLI on September 26, 2017, 10:32:38 AM Before you did this the file should have been saved here: C:\dokumenti\me7\ probably wrote to the current dir, which was C:\WINDOWS\system32 Title: Re: Dumb question Post by: adam- on September 26, 2017, 01:16:36 PM CD first.
So: cd c:\users\.... |