I stumbled on a nice little hack.
I'm sure half of you know this already, but it was new to me.
I'm using R31 with my modded "theme example" and wanted to add a menu item to a shortcut (LockXP.lnk) I have to lock down the OS:
Target:%windir%\system32\rundll32.exe user32.dll,LockWorkStation
Start in:%windir%
This is sitting in \\PortableApps\LockXP
So while roaming around in R31 I noticed a *.pafData file for my "X-Setup Portable" link.
Humm...
It had the simple needed format.
Copied, changed the name, changed the file to read to:
[PAFDATA]
ExePath=..\LockXP\LockXP.lnk
And now I have "LockXP" in my PAM R31 Menu...
So far I've done this to LNK and BAT files.