My stuff is very old, but to list the files from the BIEXEC-SYSTEM directory, I do :
Code:
fsclient -h %PSXIP% dir xfrom:BIEXEC-SYSTEM
To just get xosdmain.elf, I do :
Code:
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/xosdmain.elf xosdmain_bak.elf
To get all the v1.xx launcher files, I do :
Code:
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/INSTALL.ID INSTALL_bak.ID
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/osdmain.dat osdmain_bak.dat
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/osdmain.mod osdmain_bak.mod
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/xosdmain.elf xosdmain_bak.elf
To get all the possible v1.xx repartition token files, I do :
Code:
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/contents.opt contents_bak.opt
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/delete_game_area.opt delete_game_area_bak.opt
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/make_game_area.opt make_game_area_bak.opt
fsclient -h %PSXIP% copyfrom xfrom:BIEXEC-SYSTEM/repartition.opt repartition_bak.opt
So I believe that what you did to get :
[Contents of xfrom:/]
drwxrwxrwx 4 01-02-2000 31:56:26
drw-rw-rw- 0 10-11-2004 11:54:00
drwxrwxrwx 6 10-11-2004 11:54:41
drwxrwxrwx 2 01-02-2000 31:56:26
[4 Files - 12 Bytes]
is correct, and doing it for the BIEXEC-SYSTEM directory should work.