Ok,
Here it is.
I started off trying to make my apps that I have collected into U3 apps, I don't seem to have the patience right now to figure out how to do it.
So basically what I have done is sort of a shortcut hack.
The program I started with was PSTART from [url]www.pegtop.de/start/[/url]
I downloaded and installed to my flash drive in the System\Apps\pstart directory.
Now for the fun part.
Download pstart.u3p.zip from this post and extract it.
You will find 3 files in the manifest directory, rename manifest u3i to an .xml file by adding .xml att the end of it.
Open & edit the xml files either with Frontpage or Equiv, or whatever you like.
Take notice of the uuid= you want that to match the directory name you have your app in.
The icon file can be any icon you want.
The working directory entry, the path to the folder your app is in, and lastly, the cmd is the path to the executable.
Once you are done adding your info to both the .xml files in the manifest directory, rename the manifest.u3i.xlm back to manifest.u3i
ZIP the entire manifest directory up into a file named pstart.zip, move to the pstart application folder, and rename to pstart.u3p
Open up your System\Apps directory on your U3 drive and open LPDB.xml.
Take note of the < > 's , the post would not allow them, you can also download the readme.doc in the next post, it will have them in it.
add this:
APPLICATION guid="pstart" launchOnStart="Y" lastUsed="11/7/2005 10:03:12 AM">\pstart.u3p</APPLICATION
Save and exit the file.
Open LPGDB.xml.
add this to the top section listed as RUNNINGTIME:
APPLICATION guid="pstart" time="11/21/05 08:58:25"/
** I am not sure this step is needed**
Goto the next section ""PROGRAMS and add:
APPLICATION guid="pstart" order="*"/
TAKE NOTE THE * IS WHATEVER IS AFTER THE LAST NUMBER IN YOUR LIST, for example, you have 8 enties, you will put this app as order="9"
Save and close both of these files, eject drive, insert drive, and you will have the Pstart entry on your U3 menu, it will even autorun if you select that option.
I have used this method to add Pocomail, Portable Firefox and several other programs to my U3 menu.
Let me know if you guys have found this helpful, and have fun with it.