Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff, Herben
-
sparrow
- Posts: 24
- Joined: Thu Apr 13, 2006 3:36 am
-
Contact:
Post
by sparrow »
Hi folks!
How can I get the version of a IRX file, for example, how can I know if my ps2hdd.irx is version 1.0 or version 1.2??
Thanks in advance
Regards
sparrow
-
Polo35
- Posts: 25
- Joined: Sun Apr 09, 2006 7:22 am
Post
by Polo35 »
Load it with ps2link (ps2client 192.168..... execiop host:ps2hdd.irx) and you'll see the version.:D
-
sparrow
- Posts: 24
- Joined: Thu Apr 13, 2006 3:36 am
-
Contact:
Post
by sparrow »
Hi! Thanks for the tip! I'd never messed around with PS2Link, I will try to figure it out :-P Is there another way to get the IRX version?
Best regards,
sparrow
Polo35 wrote:Load it with ps2link (ps2client 192.168..... execiop host:ps2hdd.irx) and you'll see the version.:D
-
Polo35
- Posts: 25
- Joined: Sun Apr 09, 2006 7:22 am
Post
by Polo35 »
Did you try to open it with a text or hex editor.:D
You'll normaly find somewhere the line: ps2hdd: PS2 APA Driver v1....
Other way: Open it with ps2dis and select jump for labeled in edit. You'll see all print use in the file.
Bye