This is just a short tutorial for installing ps2 ISO or BIN/QUE images onto a usb hdd for using with the USBLD Loader found here.

You should keep all images for games in the C:\ directory (or similar) and the usb drive should also be in FAT32 format.

First, unzip the Attachment 16751 to the C:\ drive
Open the command prompt from Start->Run->cmd
type 'cd\' to get back to c:\
type 'ui_install imagefile usbdrive "nameofgame" mediatype'
where:
- imagefile is the directory for the image of the game to be copied
- usbdrive is the drive letter for the usb hdd
- "nameofgame" is the label that will be associated with the imagefile
- mediatype is the type of media which the image is copied from (i.e. CD or DVD)

so for example, if i wanted to install marvel vs capcom 2 onto the USB hdd, i would type something like this:
ui_install MARVEL_VS_CAPCOM2.bin G "MvC2" CD
I take No credits for this.