You are here

Problem with "C.A.F.E Mod"/"eXpresso" and PortableFileAssociator

4 posts / 0 new
Last post
gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
Problem with "C.A.F.E Mod"/"eXpresso" and PortableFileAssociator

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?

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Post your code, explain your problem

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

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 4 months ago
Developer
Joined: 2006-12-14 17:24
Like Chris said, your

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.

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
OHHH!!!

That's what GetParameters.nsh does Blum

Thanks.

Log in or register to post comments