|
Service Forum support board, PC repair, unlocking solutions
|
View previous topic :: View next topic |
Author |
Message |
mrpat2 Nou Venit
Joined: 11 Aug 2013 Posts: 3
|
Posted: Sun Aug 11, 2013 10:01 pm Post subject: ibm tp password recover |
|
|
Hi Im new to this forum, and appreciate all the good info. I am working with an r40, and have built the circuit, downloaded the 2 programs, and have tested the interface and got the proper voltages. But when I open a command promp window and type r24rf08.exe mytp.bin, the response is:
"r24rf08.exe is not recognized as a internal or external command or an operable program"
What did I do/not do correctly?
Thanks
Patrick |
|
Back to top |
|
|
BillH Membru Activ
Joined: 24 Dec 2009 Posts: 55 Location: United States
|
Posted: Mon Aug 12, 2013 3:19 am Post subject: |
|
|
Unless you created a path to the directory containing R24RF08.exe, or made the path part of the command line, you will first have to change to the directory containing R24RF08.exe to execute it. Not knowing exactly how R24RF08.exe behaves and, unless you're in Windows 98 or older, not working in a true DOS environment, I would strongly recommend getting into the directory where you saved R24RF08.exe before executing it. |
|
Back to top |
|
|
mrpat2 Nou Venit
Joined: 11 Aug 2013 Posts: 3
|
Posted: Mon Aug 12, 2013 3:40 am Post subject: |
|
|
Thanks for the reply. Arent Im supposed to be able to click on the r24rf08 icon in the folder also? I did that but it displays info about the file such as using switches, etc and then press *enter* to exit. This box comes up as in a command prompt box. This Icon is one of several, readme, tester, uninstallpatcher etc. The tester icon works ok thats how I know that the serial port and wiring are ok.
edit: Ihave also copied the path exactly as it is displayed (allservice\r24rf08\ etc in the command prompt but no go. I even looked at the directory in cmd promp and it is there.. it just keeps giving me the same message as before. |
|
Back to top |
|
|
bob S.F. Moderator
Joined: 07 Mar 2004 Posts: 802 Location: Staff
|
Posted: Mon Aug 12, 2013 7:52 am Post subject: |
|
|
R24RF08 is a windows program, but operates in console.
Like Bill said, you either add the path too or change the prompt to the directory/folder where the program is located. If you add the path then you should add the path to the dump name too.
Example with path included:
Code: | [path-to-program]\r24rf08 [path-to-save-dump]\dump.bin |
If we use default path that is "c:\allservice\24rf08" then
Code: | c:\allservice\24rf08\r24rf08 c:\allservice\24rf08\dump.bin | or
Code: | c:\allservice\24rf08\r24rf08 dump.bin | if we want to save it where the prompt is.
Example with changing prompt to the install directory:
Code: | c:
cd \allservice
r24rf08 dump.bin |
But the simplest way is to create a batch or cmd file containing the commands then place it in the same folder and execute it. So open notepad and paste these two lines:
Code: | @echo off
r24rf08 dump.bin |
save as run.bat in install directory and double click it. |
|
Back to top |
|
|
mrpat2 Nou Venit
Joined: 11 Aug 2013 Posts: 3
|
Posted: Mon Aug 12, 2013 2:47 pm Post subject: |
|
|
Bob, you nailed it with that last reply. I didnt understand the string necessary to run in cmd prompt.. I typed in exactly what you showed for the default (thats where I saved the file) AND bOOM! It ran perfectly and ibm pass decoded the p/w. Thanks to all you guys for help with this, this is my first successful hacking job (and hopefully the last) |
|
Back to top |
|
|
victor S.F. Boss
Joined: 07 Mar 2004 Posts: 2581 Location: Staff
|
Posted: Mon Aug 12, 2013 6:07 pm Post subject: |
|
|
Congrats!
Why the last one, is it illegal? lol _________________ Victor Voinea
ALLservice HQ, Romania. |
|
Back to top |
|
|
bob S.F. Moderator
Joined: 07 Mar 2004 Posts: 802 Location: Staff
|
Posted: Fri Aug 16, 2013 7:31 am Post subject: |
|
|
Well done! |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|