Well, those two apps have worked nicely with PortableApps, but for some reason... with my AkelPadPortable.exe Launcher, all it does is launch AkelPad, but doesn't actually open the file in AkelPad.exe
What's different from my launcher and everyone elses?
gluxon, could you please tell us what exactly you're trying to do? I can't work it out properly.
Are you wanting eXpresso to associate certain files with AkelPad Portable? If you've created the entries, the problem may be that your launcher does not handle command-line arguments. Did you base it on some other portable app? If so, which one?
Please post code.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Like Chris said, your launcher doesn't actually pass on any parameters, so PFA and eXpresso won't work unless your launcher has the ability to pass on parameters.
Notepad++ should do this via a file called GetParameters.nsh I believe. so an idea might be to look through the Notepad++Portable source and figure out how to implement it into AkelPad Portable.
note: Notepad++ isn't the only app that has this, it was just the first thing to come to my mind.
But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.
That's what GetParameters.nsh does
Thanks.